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