Struct ListOutputPropertiesRequest
pub struct ListOutputPropertiesRequest {
pub output: u32,
}
Fields§
§output: u32
Implementations§
Trait Implementations§
§impl Clone for ListOutputPropertiesRequest
impl Clone for ListOutputPropertiesRequest
§fn clone(&self) -> ListOutputPropertiesRequest
fn clone(&self) -> ListOutputPropertiesRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ListOutputPropertiesRequest
impl Debug for ListOutputPropertiesRequest
§impl Default for ListOutputPropertiesRequest
impl Default for ListOutputPropertiesRequest
§fn default() -> ListOutputPropertiesRequest
fn default() -> ListOutputPropertiesRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for ListOutputPropertiesRequest
impl ReplyRequest for ListOutputPropertiesRequest
§type Reply = ListOutputPropertiesReply
type Reply = ListOutputPropertiesReply
The kind of reply that this request generates.
§impl Request for ListOutputPropertiesRequest
impl Request for ListOutputPropertiesRequest
impl Copy for ListOutputPropertiesRequest
Auto Trait Implementations§
impl Freeze for ListOutputPropertiesRequest
impl RefUnwindSafe for ListOutputPropertiesRequest
impl Send for ListOutputPropertiesRequest
impl Sync for ListOutputPropertiesRequest
impl Unpin for ListOutputPropertiesRequest
impl UnwindSafe for ListOutputPropertiesRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)