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