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