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