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