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