#[repr(C)]pub struct ArrStV2Df {
pub reserved: u32,
pub size: u32,
pub elem_sizeof: u16,
pub content: *mut V2DfData,
}Fields§
§reserved: u32§size: u32§elem_sizeof: u16§content: *mut V2DfDataTrait Implementations§
Auto Trait Implementations§
impl Freeze for ArrStV2Df
impl RefUnwindSafe for ArrStV2Df
impl !Send for ArrStV2Df
impl !Sync for ArrStV2Df
impl Unpin for ArrStV2Df
impl UnwindSafe for ArrStV2Df
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