#[repr(transparent)]pub struct VideoDeviceControllerGetDevicePropertyStatus(pub i32);Expand description
Required features: ‘Media_Devices’
Tuple Fields
0: i32Implementations
impl VideoDeviceControllerGetDevicePropertyStatus
impl VideoDeviceControllerGetDevicePropertyStatus
pub const Success: Self
pub const UnknownFailure: Self
pub const BufferTooSmall: Self
pub const NotSupported: Self
pub const DeviceNotAvailable: Self
pub const MaxPropertyValueSizeTooSmall: Self
pub const MaxPropertyValueSizeRequired: Self
Trait Implementations
impl Copy for VideoDeviceControllerGetDevicePropertyStatus
Auto Trait Implementations
impl RefUnwindSafe for VideoDeviceControllerGetDevicePropertyStatus
impl Send for VideoDeviceControllerGetDevicePropertyStatus
impl Sync for VideoDeviceControllerGetDevicePropertyStatus
impl Unpin for VideoDeviceControllerGetDevicePropertyStatus
impl UnwindSafe for VideoDeviceControllerGetDevicePropertyStatus
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