pub struct ListOutputPropertiesRequest {
pub output: u32,
}Fields§
§output: u32Implementations§
Trait Implementations§
Source§impl Clone for ListOutputPropertiesRequest
impl Clone for ListOutputPropertiesRequest
Source§fn clone(&self) -> ListOutputPropertiesRequest
fn clone(&self) -> ListOutputPropertiesRequest
Returns a duplicate 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 moreSource§impl Debug for ListOutputPropertiesRequest
impl Debug for ListOutputPropertiesRequest
Source§impl Default for ListOutputPropertiesRequest
impl Default for ListOutputPropertiesRequest
Source§fn default() -> ListOutputPropertiesRequest
fn default() -> ListOutputPropertiesRequest
Returns the “default value” for a type. Read more
Source§impl Hash for ListOutputPropertiesRequest
impl Hash for ListOutputPropertiesRequest
Source§impl Ord for ListOutputPropertiesRequest
impl Ord for ListOutputPropertiesRequest
Source§fn cmp(&self, other: &ListOutputPropertiesRequest) -> Ordering
fn cmp(&self, other: &ListOutputPropertiesRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ListOutputPropertiesRequest
impl PartialOrd for ListOutputPropertiesRequest
Source§impl ReplyRequest for ListOutputPropertiesRequest
impl ReplyRequest for ListOutputPropertiesRequest
Source§type Reply = ListOutputPropertiesReply
type Reply = ListOutputPropertiesReply
The kind of reply that this request generates.
impl Copy for ListOutputPropertiesRequest
impl Eq for ListOutputPropertiesRequest
impl StructuralPartialEq 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