#[repr(transparent)]pub struct AVCaptureDevicePosition(pub NSInteger);
Available on crate feature
AVCaptureDevice
only.Expand description
Constants indicating the physical position of an AVCaptureDevice’s hardware on the system.
Indicates that the device’s position relative to the system hardware is unspecified.
Indicates that the device is physically located on the back of the system hardware.
Indicates that the device is physically located on the front of the system hardware.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Trait Implementations§
Source§impl Clone for AVCaptureDevicePosition
impl Clone for AVCaptureDevicePosition
Source§fn clone(&self) -> AVCaptureDevicePosition
fn clone(&self) -> AVCaptureDevicePosition
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 AVCaptureDevicePosition
impl Debug for AVCaptureDevicePosition
Source§impl Encode for AVCaptureDevicePosition
impl Encode for AVCaptureDevicePosition
Source§impl Hash for AVCaptureDevicePosition
impl Hash for AVCaptureDevicePosition
Source§impl Ord for AVCaptureDevicePosition
impl Ord for AVCaptureDevicePosition
Source§fn cmp(&self, other: &AVCaptureDevicePosition) -> Ordering
fn cmp(&self, other: &AVCaptureDevicePosition) -> 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 AVCaptureDevicePosition
impl PartialEq for AVCaptureDevicePosition
Source§impl PartialOrd for AVCaptureDevicePosition
impl PartialOrd for AVCaptureDevicePosition
Source§impl RefEncode for AVCaptureDevicePosition
impl RefEncode for AVCaptureDevicePosition
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 AVCaptureDevicePosition
impl Eq for AVCaptureDevicePosition
impl StructuralPartialEq for AVCaptureDevicePosition
Auto Trait Implementations§
impl Freeze for AVCaptureDevicePosition
impl RefUnwindSafe for AVCaptureDevicePosition
impl Send for AVCaptureDevicePosition
impl Sync for AVCaptureDevicePosition
impl Unpin for AVCaptureDevicePosition
impl UnwindSafe for AVCaptureDevicePosition
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.