#[repr(transparent)]pub struct HMCameraStreamState(pub NSUInteger);Available on crate feature
HMCameraDefines only.Expand description
This enumeration describes the different states of a camera stream.
See also Apple’s documentation
Tuple Fields§
§0: NSUIntegerImplementations§
Trait Implementations§
Source§impl Clone for HMCameraStreamState
impl Clone for HMCameraStreamState
Source§fn clone(&self) -> HMCameraStreamState
fn clone(&self) -> HMCameraStreamState
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 moreSource§impl Debug for HMCameraStreamState
impl Debug for HMCameraStreamState
Source§impl Encode for HMCameraStreamState
impl Encode for HMCameraStreamState
Source§impl Hash for HMCameraStreamState
impl Hash for HMCameraStreamState
Source§impl Ord for HMCameraStreamState
impl Ord for HMCameraStreamState
Source§fn cmp(&self, other: &HMCameraStreamState) -> Ordering
fn cmp(&self, other: &HMCameraStreamState) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HMCameraStreamState
impl PartialEq for HMCameraStreamState
Source§impl PartialOrd for HMCameraStreamState
impl PartialOrd for HMCameraStreamState
Source§impl RefEncode for HMCameraStreamState
impl RefEncode for HMCameraStreamState
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for HMCameraStreamState
impl Eq for HMCameraStreamState
impl StructuralPartialEq for HMCameraStreamState
Auto Trait Implementations§
impl Freeze for HMCameraStreamState
impl RefUnwindSafe for HMCameraStreamState
impl Send for HMCameraStreamState
impl Sync for HMCameraStreamState
impl Unpin for HMCameraStreamState
impl UnwindSafe for HMCameraStreamState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.