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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more