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