#[repr(C)]pub struct Tri2DfData {
pub elem: [Tri2Df; 1024],
}Fields§
§elem: [Tri2Df; 1024]Trait Implementations§
Source§impl Clone for Tri2DfData
impl Clone for Tri2DfData
Source§fn clone(&self) -> Tri2DfData
fn clone(&self) -> Tri2DfData
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 Tri2DfData
impl Debug for Tri2DfData
impl Copy for Tri2DfData
Auto Trait Implementations§
impl Freeze for Tri2DfData
impl RefUnwindSafe for Tri2DfData
impl Send for Tri2DfData
impl Sync for Tri2DfData
impl Unpin for Tri2DfData
impl UnwindSafe for Tri2DfData
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