pub struct SparseValues {
pub buffer_view: usize,
pub byte_offset: usize,
}Fields§
§buffer_view: usize§byte_offset: usizeTrait Implementations§
Source§impl DeJson for SparseValues
impl DeJson for SparseValues
Source§impl Debug for SparseValues
impl Debug for SparseValues
Source§impl SerJson for SparseValues
impl SerJson for SparseValues
Auto Trait Implementations§
impl Freeze for SparseValues
impl RefUnwindSafe for SparseValues
impl Send for SparseValues
impl Sync for SparseValues
impl Unpin for SparseValues
impl UnsafeUnpin for SparseValues
impl UnwindSafe for SparseValues
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