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