#[repr(transparent)]pub struct SCNSceneSourceStatus(pub NSInteger);Available on crate feature
SCNSceneSource only.Expand description
Represents a phase of the loading process.
Each of these constants (except SCNSceneSourceStatusError) represents a phase of the loading process. “Parsing” means that the document is being deserialized, “validating” that it’s being checked for consistency, “processing” that the resulting object is being loaded. New values might be added to this enumeration to make it more detailed; however the values will always be ordered in the same order as the corresponding phases are executed.
See also Apple’s documentation
Tuple Fields§
§0: NSIntegerImplementations§
Source§impl SCNSceneSourceStatus
impl SCNSceneSourceStatus
pub const Error: Self
pub const Parsing: Self
pub const Validating: Self
pub const Processing: Self
pub const Complete: Self
Trait Implementations§
Source§impl Clone for SCNSceneSourceStatus
impl Clone for SCNSceneSourceStatus
Source§fn clone(&self) -> SCNSceneSourceStatus
fn clone(&self) -> SCNSceneSourceStatus
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 SCNSceneSourceStatus
impl Debug for SCNSceneSourceStatus
Source§impl Encode for SCNSceneSourceStatus
impl Encode for SCNSceneSourceStatus
Source§impl Hash for SCNSceneSourceStatus
impl Hash for SCNSceneSourceStatus
Source§impl Ord for SCNSceneSourceStatus
impl Ord for SCNSceneSourceStatus
Source§fn cmp(&self, other: &SCNSceneSourceStatus) -> Ordering
fn cmp(&self, other: &SCNSceneSourceStatus) -> 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 SCNSceneSourceStatus
impl PartialEq for SCNSceneSourceStatus
Source§impl PartialOrd for SCNSceneSourceStatus
impl PartialOrd for SCNSceneSourceStatus
Source§impl RefEncode for SCNSceneSourceStatus
impl RefEncode for SCNSceneSourceStatus
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 SCNSceneSourceStatus
impl Eq for SCNSceneSourceStatus
impl StructuralPartialEq for SCNSceneSourceStatus
Auto Trait Implementations§
impl Freeze for SCNSceneSourceStatus
impl RefUnwindSafe for SCNSceneSourceStatus
impl Send for SCNSceneSourceStatus
impl Sync for SCNSceneSourceStatus
impl Unpin for SCNSceneSourceStatus
impl UnwindSafe for SCNSceneSourceStatus
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.