#[repr(C)]pub struct ArrStTri2Dd {
pub reserved: u32,
pub size: u32,
pub elem_sizeof: u16,
pub content: *mut Tri2DdData,
}Fields§
§reserved: u32§size: u32§elem_sizeof: u16§content: *mut Tri2DdDataTrait Implementations§
Source§impl Clone for ArrStTri2Dd
impl Clone for ArrStTri2Dd
Source§fn clone(&self) -> ArrStTri2Dd
fn clone(&self) -> ArrStTri2Dd
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 ArrStTri2Dd
impl Debug for ArrStTri2Dd
impl Copy for ArrStTri2Dd
Auto Trait Implementations§
impl Freeze for ArrStTri2Dd
impl RefUnwindSafe for ArrStTri2Dd
impl !Send for ArrStTri2Dd
impl !Sync for ArrStTri2Dd
impl Unpin for ArrStTri2Dd
impl UnwindSafe for ArrStTri2Dd
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