pub struct ChangeOutputPropertyRequest<'input> {
    pub output: u32,
    pub property: u32,
    pub type_: u32,
    pub format: u8,
    pub mode: PropMode,
    pub num_units: u32,
    pub data: Cow<'input, [u8]>,
}Fields§
§output: u32§property: u32§type_: u32§format: u8§mode: PropMode§num_units: u32§data: Cow<'input, [u8]>Implementations§
Source§impl<'input> ChangeOutputPropertyRequest<'input>
 
impl<'input> ChangeOutputPropertyRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for ChangeOutputPropertyRequest<'input>
 
impl<'input> Clone for ChangeOutputPropertyRequest<'input>
Source§fn clone(&self) -> ChangeOutputPropertyRequest<'input>
 
fn clone(&self) -> ChangeOutputPropertyRequest<'input>
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<'input> Debug for ChangeOutputPropertyRequest<'input>
 
impl<'input> Debug for ChangeOutputPropertyRequest<'input>
Source§impl<'input> Default for ChangeOutputPropertyRequest<'input>
 
impl<'input> Default for ChangeOutputPropertyRequest<'input>
Source§fn default() -> ChangeOutputPropertyRequest<'input>
 
fn default() -> ChangeOutputPropertyRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for ChangeOutputPropertyRequest<'input>
 
impl<'input> Hash for ChangeOutputPropertyRequest<'input>
Source§impl<'input> Ord for ChangeOutputPropertyRequest<'input>
 
impl<'input> Ord for ChangeOutputPropertyRequest<'input>
Source§fn cmp(&self, other: &ChangeOutputPropertyRequest<'input>) -> Ordering
 
fn cmp(&self, other: &ChangeOutputPropertyRequest<'input>) -> 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<'input> PartialEq for ChangeOutputPropertyRequest<'input>
 
impl<'input> PartialEq for ChangeOutputPropertyRequest<'input>
Source§fn eq(&self, other: &ChangeOutputPropertyRequest<'input>) -> bool
 
fn eq(&self, other: &ChangeOutputPropertyRequest<'input>) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'input> PartialOrd for ChangeOutputPropertyRequest<'input>
 
impl<'input> PartialOrd for ChangeOutputPropertyRequest<'input>
Source§impl<'input> Request for ChangeOutputPropertyRequest<'input>
 
impl<'input> Request for ChangeOutputPropertyRequest<'input>
impl<'input> Eq for ChangeOutputPropertyRequest<'input>
impl<'input> StructuralPartialEq for ChangeOutputPropertyRequest<'input>
impl<'input> VoidRequest for ChangeOutputPropertyRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for ChangeOutputPropertyRequest<'input>
impl<'input> RefUnwindSafe for ChangeOutputPropertyRequest<'input>
impl<'input> Send for ChangeOutputPropertyRequest<'input>
impl<'input> Sync for ChangeOutputPropertyRequest<'input>
impl<'input> Unpin for ChangeOutputPropertyRequest<'input>
impl<'input> UnwindSafe for ChangeOutputPropertyRequest<'input>
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