Struct windows_sys::Devices::Custom::DeviceSharingMode
[−]#[repr(transparent)]pub struct DeviceSharingMode(pub i32);
Expand description
Required features: "Devices_Custom"
Tuple Fields
0: i32
Implementations
impl DeviceSharingMode
impl DeviceSharingMode
pub const Exclusive: Self = Self(1i32)
Trait Implementations
impl Clone for DeviceSharingMode
impl Clone for DeviceSharingMode
impl Copy for DeviceSharingMode
Auto Trait Implementations
impl RefUnwindSafe for DeviceSharingMode
impl Send for DeviceSharingMode
impl Sync for DeviceSharingMode
impl Unpin for DeviceSharingMode
impl UnwindSafe for DeviceSharingMode
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