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