#[repr(transparent)]pub struct CameraUIControlLinearSelectionMode(pub i32);
Expand description
Required features: "Win32_System_WindowsProgramming"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for CameraUIControlLinearSelectionMode
impl Clone for CameraUIControlLinearSelectionMode
impl Copy for CameraUIControlLinearSelectionMode
Auto Trait Implementations
impl RefUnwindSafe for CameraUIControlLinearSelectionMode
impl Send for CameraUIControlLinearSelectionMode
impl Sync for CameraUIControlLinearSelectionMode
impl Unpin for CameraUIControlLinearSelectionMode
impl UnwindSafe for CameraUIControlLinearSelectionMode
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