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