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