pub struct GltfBufferCapability {
pub buffer_index: usize,
pub source_kind: GltfBufferSourceKind,
pub declared_byte_length: u64,
}Expand description
One source buffer recorded before normalized loading.
Fields§
§buffer_index: usizeStable source buffer index.
source_kind: GltfBufferSourceKindSource declaration kind.
declared_byte_length: u64Declared byte length.
Trait Implementations§
Source§impl Clone for GltfBufferCapability
impl Clone for GltfBufferCapability
Source§fn clone(&self) -> GltfBufferCapability
fn clone(&self) -> GltfBufferCapability
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 moreSource§impl Debug for GltfBufferCapability
impl Debug for GltfBufferCapability
impl Eq for GltfBufferCapability
Source§impl PartialEq for GltfBufferCapability
impl PartialEq for GltfBufferCapability
Source§impl Serialize for GltfBufferCapability
impl Serialize for GltfBufferCapability
impl StructuralPartialEq for GltfBufferCapability
Auto Trait Implementations§
impl Freeze for GltfBufferCapability
impl RefUnwindSafe for GltfBufferCapability
impl Send for GltfBufferCapability
impl Sync for GltfBufferCapability
impl Unpin for GltfBufferCapability
impl UnsafeUnpin for GltfBufferCapability
impl UnwindSafe for GltfBufferCapability
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