Struct AddOutputModeRequest
pub struct AddOutputModeRequest {
pub output: u32,
pub mode: u32,
}
Fields§
§output: u32
§mode: u32
Implementations§
Trait Implementations§
§impl Clone for AddOutputModeRequest
impl Clone for AddOutputModeRequest
§fn clone(&self) -> AddOutputModeRequest
fn clone(&self) -> AddOutputModeRequest
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 AddOutputModeRequest
impl Debug for AddOutputModeRequest
§impl Default for AddOutputModeRequest
impl Default for AddOutputModeRequest
§fn default() -> AddOutputModeRequest
fn default() -> AddOutputModeRequest
Returns the “default value” for a type. Read more
§impl Request for AddOutputModeRequest
impl Request for AddOutputModeRequest
impl Copy 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
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
)