#[repr(C)]pub struct SetStTri2Df {
pub elems: u32,
pub esize: u16,
pub ksize: u16,
pub root: *mut NodeStTri2Df,
pub func_compare: FPtr_compare,
}Fields§
§elems: u32§esize: u16§ksize: u16§root: *mut NodeStTri2Df§func_compare: FPtr_compareTrait Implementations§
Source§impl Clone for SetStTri2Df
impl Clone for SetStTri2Df
Source§fn clone(&self) -> SetStTri2Df
fn clone(&self) -> SetStTri2Df
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SetStTri2Df
Auto Trait Implementations§
impl !Send for SetStTri2Df
impl !Sync for SetStTri2Df
impl Freeze for SetStTri2Df
impl RefUnwindSafe for SetStTri2Df
impl Unpin for SetStTri2Df
impl UnsafeUnpin for SetStTri2Df
impl UnwindSafe for SetStTri2Df
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