#[repr(C)]pub struct ArrStCol2Dd {
pub reserved: u32,
pub size: u32,
pub elem_sizeof: u16,
pub content: *mut Col2DdData,
}Fields§
§reserved: u32§size: u32§elem_sizeof: u16§content: *mut Col2DdDataTrait Implementations§
Source§impl Clone for ArrStCol2Dd
impl Clone for ArrStCol2Dd
Source§fn clone(&self) -> ArrStCol2Dd
fn clone(&self) -> ArrStCol2Dd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArrStCol2Dd
impl Debug for ArrStCol2Dd
impl Copy for ArrStCol2Dd
Auto Trait Implementations§
impl Freeze for ArrStCol2Dd
impl RefUnwindSafe for ArrStCol2Dd
impl !Send for ArrStCol2Dd
impl !Sync for ArrStCol2Dd
impl Unpin for ArrStCol2Dd
impl UnwindSafe for ArrStCol2Dd
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