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