Struct VideoDeviceControllerGetDevicePropertyStatus
#[repr(transparent)]pub struct VideoDeviceControllerGetDevicePropertyStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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 copy 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