Struct windows_sys::Media::Devices::Core::FrameFlashMode
[−]#[repr(transparent)]pub struct FrameFlashMode(pub i32);Expand description
Required features: ‘Media_Devices_Core’
Tuple Fields
0: i32Implementations
impl FrameFlashMode
impl FrameFlashMode
Trait Implementations
impl Clone for FrameFlashMode
impl Clone for FrameFlashMode
impl Copy for FrameFlashMode
Auto Trait Implementations
impl RefUnwindSafe for FrameFlashMode
impl Send for FrameFlashMode
impl Sync for FrameFlashMode
impl Unpin for FrameFlashMode
impl UnwindSafe for FrameFlashMode
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