#[repr(C)]pub struct Seg2DdData {
pub elem: [Seg2Dd; 1024],
}Fields§
§elem: [Seg2Dd; 1024]Trait Implementations§
Source§impl Clone for Seg2DdData
impl Clone for Seg2DdData
Source§fn clone(&self) -> Seg2DdData
fn clone(&self) -> Seg2DdData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Seg2DdData
impl Debug for Seg2DdData
impl Copy for Seg2DdData
Auto Trait Implementations§
impl Freeze for Seg2DdData
impl RefUnwindSafe for Seg2DdData
impl Send for Seg2DdData
impl Sync for Seg2DdData
impl Unpin for Seg2DdData
impl UnwindSafe for Seg2DdData
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