#[repr(transparent)]pub struct HMCameraAudioStreamSetting(pub NSUInteger);Available on crate feature
HMCameraDefines only.Expand description
This enumeration describes the setting for audio on the recipient of the camera stream.
See also Apple’s documentation
Tuple Fields§
§0: NSUIntegerImplementations§
Source§impl HMCameraAudioStreamSetting
impl HMCameraAudioStreamSetting
Sourcepub const IncomingAudioAllowed: Self
pub const IncomingAudioAllowed: Self
Only incoming audio is allowed.
Sourcepub const BidirectionalAudioAllowed: Self
pub const BidirectionalAudioAllowed: Self
Bidirectional audio is allowed.
Trait Implementations§
Source§impl Clone for HMCameraAudioStreamSetting
impl Clone for HMCameraAudioStreamSetting
Source§fn clone(&self) -> HMCameraAudioStreamSetting
fn clone(&self) -> HMCameraAudioStreamSetting
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 moreSource§impl Debug for HMCameraAudioStreamSetting
impl Debug for HMCameraAudioStreamSetting
Source§impl Encode for HMCameraAudioStreamSetting
impl Encode for HMCameraAudioStreamSetting
Source§impl Hash for HMCameraAudioStreamSetting
impl Hash for HMCameraAudioStreamSetting
Source§impl Ord for HMCameraAudioStreamSetting
impl Ord for HMCameraAudioStreamSetting
Source§fn cmp(&self, other: &HMCameraAudioStreamSetting) -> Ordering
fn cmp(&self, other: &HMCameraAudioStreamSetting) -> 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 PartialOrd for HMCameraAudioStreamSetting
impl PartialOrd for HMCameraAudioStreamSetting
Source§impl RefEncode for HMCameraAudioStreamSetting
impl RefEncode for HMCameraAudioStreamSetting
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 HMCameraAudioStreamSetting
impl Eq for HMCameraAudioStreamSetting
impl StructuralPartialEq for HMCameraAudioStreamSetting
Auto Trait Implementations§
impl Freeze for HMCameraAudioStreamSetting
impl RefUnwindSafe for HMCameraAudioStreamSetting
impl Send for HMCameraAudioStreamSetting
impl Sync for HMCameraAudioStreamSetting
impl Unpin for HMCameraAudioStreamSetting
impl UnwindSafe for HMCameraAudioStreamSetting
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.