pub struct AddOutputModeRequest {
pub output: u32,
pub mode: u32,
}
Fields§
§output: u32
§mode: u32
Implementations§
Trait Implementations§
Source§impl Clone for AddOutputModeRequest
impl Clone for AddOutputModeRequest
Source§fn clone(&self) -> AddOutputModeRequest
fn clone(&self) -> AddOutputModeRequest
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 AddOutputModeRequest
impl Debug for AddOutputModeRequest
Source§impl Default for AddOutputModeRequest
impl Default for AddOutputModeRequest
Source§fn default() -> AddOutputModeRequest
fn default() -> AddOutputModeRequest
Returns the “default value” for a type. Read more
Source§impl Hash for AddOutputModeRequest
impl Hash for AddOutputModeRequest
Source§impl Ord for AddOutputModeRequest
impl Ord for AddOutputModeRequest
Source§fn cmp(&self, other: &AddOutputModeRequest) -> Ordering
fn cmp(&self, other: &AddOutputModeRequest) -> 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 PartialEq for AddOutputModeRequest
impl PartialEq for AddOutputModeRequest
Source§impl PartialOrd for AddOutputModeRequest
impl PartialOrd for AddOutputModeRequest
Source§impl Request for AddOutputModeRequest
impl Request for AddOutputModeRequest
impl Copy for AddOutputModeRequest
impl Eq for AddOutputModeRequest
impl StructuralPartialEq for AddOutputModeRequest
impl VoidRequest for AddOutputModeRequest
Auto Trait Implementations§
impl Freeze for AddOutputModeRequest
impl RefUnwindSafe for AddOutputModeRequest
impl Send for AddOutputModeRequest
impl Sync for AddOutputModeRequest
impl Unpin for AddOutputModeRequest
impl UnwindSafe for AddOutputModeRequest
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