pub enum GltfContainerKind {
Gltf,
Glb,
}Expand description
Whether the captured top-level source is JSON glTF or a binary GLB.
Variants§
Trait Implementations§
Source§impl Clone for GltfContainerKind
impl Clone for GltfContainerKind
Source§fn clone(&self) -> GltfContainerKind
fn clone(&self) -> GltfContainerKind
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 GltfContainerKind
Source§impl Debug for GltfContainerKind
impl Debug for GltfContainerKind
impl Eq for GltfContainerKind
Source§impl Ord for GltfContainerKind
impl Ord for GltfContainerKind
Source§fn cmp(&self, other: &GltfContainerKind) -> Ordering
fn cmp(&self, other: &GltfContainerKind) -> 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 GltfContainerKind
impl PartialEq for GltfContainerKind
Source§impl PartialOrd for GltfContainerKind
impl PartialOrd for GltfContainerKind
Source§impl Serialize for GltfContainerKind
impl Serialize for GltfContainerKind
impl StructuralPartialEq for GltfContainerKind
Auto Trait Implementations§
impl Freeze for GltfContainerKind
impl RefUnwindSafe for GltfContainerKind
impl Send for GltfContainerKind
impl Sync for GltfContainerKind
impl Unpin for GltfContainerKind
impl UnsafeUnpin for GltfContainerKind
impl UnwindSafe for GltfContainerKind
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