#[repr(transparent)]pub struct AVCaptureLensStabilizationStatus(pub NSInteger);Available on crate feature
AVCapturePhotoOutput only.Expand description
Constants indicating the status of the lens stabilization module (aka OIS).
Indicates that lens stabilization is unsupported.
Indicates that lens stabilization was not in use for this capture.
Indicates that the lens stabilization module was active for the duration of the capture.
Indicates that device motion or capture duration exceeded the stabilization module’s correction limits.
Indicates that the lens stabilization module was unavailable for use at the time of capture. The module may be available in subsequent captures.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl AVCaptureLensStabilizationStatus
impl AVCaptureLensStabilizationStatus
pub const Unsupported: Self
pub const Off: Self
pub const Active: Self
pub const OutOfRange: Self
Trait Implementations§
Source§impl Clone for AVCaptureLensStabilizationStatus
impl Clone for AVCaptureLensStabilizationStatus
Source§fn clone(&self) -> AVCaptureLensStabilizationStatus
fn clone(&self) -> AVCaptureLensStabilizationStatus
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 Ord for AVCaptureLensStabilizationStatus
impl Ord for AVCaptureLensStabilizationStatus
Source§fn cmp(&self, other: &AVCaptureLensStabilizationStatus) -> Ordering
fn cmp(&self, other: &AVCaptureLensStabilizationStatus) -> 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 AVCaptureLensStabilizationStatus
impl PartialEq for AVCaptureLensStabilizationStatus
Source§fn eq(&self, other: &AVCaptureLensStabilizationStatus) -> bool
fn eq(&self, other: &AVCaptureLensStabilizationStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AVCaptureLensStabilizationStatus
impl PartialOrd for AVCaptureLensStabilizationStatus
Source§impl RefEncode for AVCaptureLensStabilizationStatus
impl RefEncode for AVCaptureLensStabilizationStatus
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 AVCaptureLensStabilizationStatus
impl Eq for AVCaptureLensStabilizationStatus
impl StructuralPartialEq for AVCaptureLensStabilizationStatus
Auto Trait Implementations§
impl Freeze for AVCaptureLensStabilizationStatus
impl RefUnwindSafe for AVCaptureLensStabilizationStatus
impl Send for AVCaptureLensStabilizationStatus
impl Sync for AVCaptureLensStabilizationStatus
impl Unpin for AVCaptureLensStabilizationStatus
impl UnwindSafe for AVCaptureLensStabilizationStatus
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.