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 = Self(0i32)
pub const DirectInput: Self = Self(1i32)
pub const DirectOutput: Self = Self(2i32)
pub const Neither: Self = Self(3i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more