#[repr(transparent)]pub struct RPRecordingErrorCode(pub NSInteger);Available on crate feature
RPError only.Expand description
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl RPRecordingErrorCode
impl RPRecordingErrorCode
pub const Unknown: Self
pub const UserDeclined: Self
pub const Disabled: Self
pub const FailedToStart: Self
pub const Failed: Self
pub const InsufficientStorage: Self
pub const Interrupted: Self
pub const ContentResize: Self
pub const BroadcastInvalidSession: Self
pub const SystemDormancy: Self
pub const Entitlements: Self
pub const ActivePhoneCall: Self
pub const FailedToSave: Self
pub const CarPlay: Self
pub const FailedApplicationConnectionInvalid: Self
pub const FailedApplicationConnectionInterrupted: Self
pub const FailedNoMatchingApplicationContext: Self
pub const FailedMediaServicesFailure: Self
pub const VideoMixingFailure: Self
pub const BroadcastSetupFailed: Self
pub const FailedToObtainURL: Self
pub const FailedIncorrectTimeStamps: Self
pub const FailedToProcessFirstSample: Self
pub const FailedAssetWriterFailedToSave: Self
pub const FailedNoAssetWriter: Self
pub const FailedAssetWriterInWrongState: Self
pub const FailedAssetWriterExportFailed: Self
pub const FailedToRemoveFile: Self
pub const FailedAssetWriterExportCanceled: Self
pub const AttemptToStopNonRecording: Self
pub const AttemptToStartInRecordingState: Self
pub const PhotoFailure: Self
pub const RecordingInvalidSession: Self
pub const FailedToStartCaptureStack: Self
pub const InvalidParameter: Self
pub const FilePermissions: Self
pub const ExportClipToURLInProgress: Self
pub const CodeSuccessful: Self
Trait Implementations§
Source§impl Clone for RPRecordingErrorCode
impl Clone for RPRecordingErrorCode
Source§fn clone(&self) -> RPRecordingErrorCode
fn clone(&self) -> RPRecordingErrorCode
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 RPRecordingErrorCode
impl Debug for RPRecordingErrorCode
Source§impl Encode for RPRecordingErrorCode
impl Encode for RPRecordingErrorCode
Source§impl Hash for RPRecordingErrorCode
impl Hash for RPRecordingErrorCode
Source§impl Ord for RPRecordingErrorCode
impl Ord for RPRecordingErrorCode
Source§fn cmp(&self, other: &RPRecordingErrorCode) -> Ordering
fn cmp(&self, other: &RPRecordingErrorCode) -> 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 RPRecordingErrorCode
impl PartialEq for RPRecordingErrorCode
Source§impl PartialOrd for RPRecordingErrorCode
impl PartialOrd for RPRecordingErrorCode
Source§impl RefEncode for RPRecordingErrorCode
impl RefEncode for RPRecordingErrorCode
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 RPRecordingErrorCode
impl Eq for RPRecordingErrorCode
impl StructuralPartialEq for RPRecordingErrorCode
Auto Trait Implementations§
impl Freeze for RPRecordingErrorCode
impl RefUnwindSafe for RPRecordingErrorCode
impl Send for RPRecordingErrorCode
impl Sync for RPRecordingErrorCode
impl Unpin for RPRecordingErrorCode
impl UnwindSafe for RPRecordingErrorCode
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.