#[repr(transparent)]pub struct AVCaptureSystemUserInterface(pub NSInteger);Available on crate feature
AVCaptureDevice only.Expand description
Constants describing the system user interfaces available to +showSystemUserInterface:.
Indicates the system UI for enabling / disabling video effects.
Indicates the system UI for selecting microphone modes.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl AVCaptureSystemUserInterface
impl AVCaptureSystemUserInterface
pub const VideoEffects: Self
pub const MicrophoneModes: Self
Trait Implementations§
Source§impl Clone for AVCaptureSystemUserInterface
impl Clone for AVCaptureSystemUserInterface
Source§fn clone(&self) -> AVCaptureSystemUserInterface
fn clone(&self) -> AVCaptureSystemUserInterface
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVCaptureSystemUserInterface
Source§impl Debug for AVCaptureSystemUserInterface
impl Debug for AVCaptureSystemUserInterface
impl Eq for AVCaptureSystemUserInterface
Source§impl Hash for AVCaptureSystemUserInterface
impl Hash for AVCaptureSystemUserInterface
Source§impl Ord for AVCaptureSystemUserInterface
impl Ord for AVCaptureSystemUserInterface
Source§fn cmp(&self, other: &AVCaptureSystemUserInterface) -> Ordering
fn cmp(&self, other: &AVCaptureSystemUserInterface) -> Ordering
1.21.0 (const: unstable) · 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 AVCaptureSystemUserInterface
impl PartialOrd for AVCaptureSystemUserInterface
Source§impl RefEncode for AVCaptureSystemUserInterface
impl RefEncode for AVCaptureSystemUserInterface
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl StructuralPartialEq for AVCaptureSystemUserInterface
Auto Trait Implementations§
impl Freeze for AVCaptureSystemUserInterface
impl RefUnwindSafe for AVCaptureSystemUserInterface
impl Send for AVCaptureSystemUserInterface
impl Sync for AVCaptureSystemUserInterface
impl Unpin for AVCaptureSystemUserInterface
impl UnsafeUnpin for AVCaptureSystemUserInterface
impl UnwindSafe for AVCaptureSystemUserInterface
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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.