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