pub enum SourceConstructKindV1 {
Extension,
CustomProperty,
UnknownElement,
}Expand description
General source construct kind retained outside normalized animation tracks.
Variants§
Extension
glTF extension declaration.
CustomProperty
Parser-projected user/custom property domain.
UnknownElement
Parser-projected unmodeled source element/domain.
Trait Implementations§
Source§impl Clone for SourceConstructKindV1
impl Clone for SourceConstructKindV1
Source§fn clone(&self) -> SourceConstructKindV1
fn clone(&self) -> SourceConstructKindV1
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 SourceConstructKindV1
Source§impl Debug for SourceConstructKindV1
impl Debug for SourceConstructKindV1
impl Eq for SourceConstructKindV1
Source§impl Ord for SourceConstructKindV1
impl Ord for SourceConstructKindV1
Source§fn cmp(&self, other: &SourceConstructKindV1) -> Ordering
fn cmp(&self, other: &SourceConstructKindV1) -> 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 PartialEq for SourceConstructKindV1
impl PartialEq for SourceConstructKindV1
Source§impl PartialOrd for SourceConstructKindV1
impl PartialOrd for SourceConstructKindV1
impl StructuralPartialEq for SourceConstructKindV1
Auto Trait Implementations§
impl Freeze for SourceConstructKindV1
impl RefUnwindSafe for SourceConstructKindV1
impl Send for SourceConstructKindV1
impl Sync for SourceConstructKindV1
impl Unpin for SourceConstructKindV1
impl UnsafeUnpin for SourceConstructKindV1
impl UnwindSafe for SourceConstructKindV1
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