pub struct VTableShapeData<'a> {
    pub count: u16,
    pub descriptors: &'a [u8],
}Fields§
§count: u16§descriptors: &'a [u8]Trait Implementations§
Source§impl<'a> Clone for VTableShapeData<'a>
 
impl<'a> Clone for VTableShapeData<'a>
Source§fn clone(&self) -> VTableShapeData<'a>
 
fn clone(&self) -> VTableShapeData<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for VTableShapeData<'a>
impl<'a> RefUnwindSafe for VTableShapeData<'a>
impl<'a> Send for VTableShapeData<'a>
impl<'a> Sync for VTableShapeData<'a>
impl<'a> Unpin for VTableShapeData<'a>
impl<'a> UnwindSafe for VTableShapeData<'a>
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