pub enum SourceResourceKindV1 {
Buffer,
Image,
Texture,
Video,
Cache,
}Expand description
Source declaration kind that may refer to external content.
Variants§
Buffer
glTF buffer declaration.
Image
glTF image declaration.
Texture
FBX texture declaration.
Video
FBX video declaration.
Cache
FBX geometry-cache declaration.
Trait Implementations§
Source§impl Clone for SourceResourceKindV1
impl Clone for SourceResourceKindV1
Source§fn clone(&self) -> SourceResourceKindV1
fn clone(&self) -> SourceResourceKindV1
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 SourceResourceKindV1
Source§impl Debug for SourceResourceKindV1
impl Debug for SourceResourceKindV1
impl Eq for SourceResourceKindV1
Source§impl Ord for SourceResourceKindV1
impl Ord for SourceResourceKindV1
Source§fn cmp(&self, other: &SourceResourceKindV1) -> Ordering
fn cmp(&self, other: &SourceResourceKindV1) -> 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 SourceResourceKindV1
impl PartialEq for SourceResourceKindV1
Source§impl PartialOrd for SourceResourceKindV1
impl PartialOrd for SourceResourceKindV1
Source§impl Serialize for SourceResourceKindV1
impl Serialize for SourceResourceKindV1
impl StructuralPartialEq for SourceResourceKindV1
Auto Trait Implementations§
impl Freeze for SourceResourceKindV1
impl RefUnwindSafe for SourceResourceKindV1
impl Send for SourceResourceKindV1
impl Sync for SourceResourceKindV1
impl Unpin for SourceResourceKindV1
impl UnsafeUnpin for SourceResourceKindV1
impl UnwindSafe for SourceResourceKindV1
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