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