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