Struct VideoDeviceControllerSetDevicePropertyStatus
#[repr(transparent)]pub struct VideoDeviceControllerSetDevicePropertyStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§impl VideoDeviceControllerSetDevicePropertyStatus
impl VideoDeviceControllerSetDevicePropertyStatus
pub const Success: Self
pub const UnknownFailure: Self
pub const NotSupported: Self
pub const InvalidValue: Self
pub const DeviceNotAvailable: Self
pub const NotInControl: Self
Trait Implementations§
§impl Clone for VideoDeviceControllerSetDevicePropertyStatus
impl Clone for VideoDeviceControllerSetDevicePropertyStatus
§fn clone(&self) -> VideoDeviceControllerSetDevicePropertyStatus
fn clone(&self) -> VideoDeviceControllerSetDevicePropertyStatus
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 VideoDeviceControllerSetDevicePropertyStatus
impl Default for VideoDeviceControllerSetDevicePropertyStatus
§fn default() -> VideoDeviceControllerSetDevicePropertyStatus
fn default() -> VideoDeviceControllerSetDevicePropertyStatus
Returns the “default value” for a type. Read more
§impl PartialEq for VideoDeviceControllerSetDevicePropertyStatus
impl PartialEq for VideoDeviceControllerSetDevicePropertyStatus
§fn eq(&self, other: &VideoDeviceControllerSetDevicePropertyStatus) -> bool
fn eq(&self, other: &VideoDeviceControllerSetDevicePropertyStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoDeviceControllerSetDevicePropertyStatus
impl Eq for VideoDeviceControllerSetDevicePropertyStatus
impl StructuralPartialEq for VideoDeviceControllerSetDevicePropertyStatus
Auto Trait Implementations§
impl Freeze for VideoDeviceControllerSetDevicePropertyStatus
impl RefUnwindSafe for VideoDeviceControllerSetDevicePropertyStatus
impl Send for VideoDeviceControllerSetDevicePropertyStatus
impl Sync for VideoDeviceControllerSetDevicePropertyStatus
impl Unpin for VideoDeviceControllerSetDevicePropertyStatus
impl UnwindSafe for VideoDeviceControllerSetDevicePropertyStatus
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