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