#[repr(C)]pub struct SetStCol2Df {
pub elems: u32,
pub esize: u16,
pub ksize: u16,
pub root: *mut NodeStCol2Df,
pub func_compare: FPtr_compare,
}Fields§
§elems: u32§esize: u16§ksize: u16§root: *mut NodeStCol2Df§func_compare: FPtr_compareTrait Implementations§
Source§impl Clone for SetStCol2Df
impl Clone for SetStCol2Df
Source§fn clone(&self) -> SetStCol2Df
fn clone(&self) -> SetStCol2Df
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 SetStCol2Df
impl Debug for SetStCol2Df
impl Copy for SetStCol2Df
Auto Trait Implementations§
impl Freeze for SetStCol2Df
impl RefUnwindSafe for SetStCol2Df
impl !Send for SetStCol2Df
impl !Sync for SetStCol2Df
impl Unpin for SetStCol2Df
impl UnwindSafe for SetStCol2Df
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