Struct windows_sys::Devices::Custom::IOControlBufferingMethod
[−]#[repr(transparent)]pub struct IOControlBufferingMethod(pub i32);
Expand description
Required features: ‘Devices_Custom’
Tuple Fields
0: i32
Implementations
impl IOControlBufferingMethod
impl IOControlBufferingMethod
pub const Buffered: Self
pub const DirectInput: Self
pub const DirectOutput: Self
pub const Neither: Self
Trait Implementations
impl Clone for IOControlBufferingMethod
impl Clone for IOControlBufferingMethod
impl Copy for IOControlBufferingMethod
Auto Trait Implementations
impl RefUnwindSafe for IOControlBufferingMethod
impl Send for IOControlBufferingMethod
impl Sync for IOControlBufferingMethod
impl Unpin for IOControlBufferingMethod
impl UnwindSafe for IOControlBufferingMethod
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more