#[repr(C)]pub struct SetStS2Df {
pub elems: u32,
pub esize: u16,
pub ksize: u16,
pub root: *mut NodeStS2Df,
pub func_compare: FPtr_compare,
}Fields§
§elems: u32§esize: u16§ksize: u16§root: *mut NodeStS2Df§func_compare: FPtr_compareTrait Implementations§
Auto Trait Implementations§
impl Freeze for SetStS2Df
impl RefUnwindSafe for SetStS2Df
impl !Send for SetStS2Df
impl !Sync for SetStS2Df
impl Unpin for SetStS2Df
impl UnwindSafe for SetStS2Df
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