Struct VideoDeviceControllerGetDevicePropertyStatus
#[repr(transparent)]pub struct VideoDeviceControllerGetDevicePropertyStatus(pub i32);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 Clone for VideoDeviceControllerGetDevicePropertyStatus
impl Clone for VideoDeviceControllerGetDevicePropertyStatus
§fn clone(&self) -> VideoDeviceControllerGetDevicePropertyStatus
fn clone(&self) -> VideoDeviceControllerGetDevicePropertyStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Default for VideoDeviceControllerGetDevicePropertyStatus
impl Default for VideoDeviceControllerGetDevicePropertyStatus
§fn default() -> VideoDeviceControllerGetDevicePropertyStatus
fn default() -> VideoDeviceControllerGetDevicePropertyStatus
Returns the “default value” for a type. Read more
§impl PartialEq for VideoDeviceControllerGetDevicePropertyStatus
impl PartialEq for VideoDeviceControllerGetDevicePropertyStatus
§fn eq(&self, other: &VideoDeviceControllerGetDevicePropertyStatus) -> bool
fn eq(&self, other: &VideoDeviceControllerGetDevicePropertyStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoDeviceControllerGetDevicePropertyStatus
impl Eq for VideoDeviceControllerGetDevicePropertyStatus
impl StructuralPartialEq for VideoDeviceControllerGetDevicePropertyStatus
Auto Trait Implementations§
impl Freeze for VideoDeviceControllerGetDevicePropertyStatus
impl RefUnwindSafe for VideoDeviceControllerGetDevicePropertyStatus
impl Send for VideoDeviceControllerGetDevicePropertyStatus
impl Sync for VideoDeviceControllerGetDevicePropertyStatus
impl Unpin for VideoDeviceControllerGetDevicePropertyStatus
impl UnwindSafe for VideoDeviceControllerGetDevicePropertyStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more