#[repr(C)]pub struct SetPtString {
pub elems: u32,
pub esize: u16,
pub ksize: u16,
pub root: *mut NodePtString,
pub func_compare: FPtr_compare,
}Fields§
§elems: u32§esize: u16§ksize: u16§root: *mut NodePtString§func_compare: FPtr_compareTrait Implementations§
Source§impl Clone for SetPtString
impl Clone for SetPtString
Source§fn clone(&self) -> SetPtString
fn clone(&self) -> SetPtString
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SetPtString
Auto Trait Implementations§
impl !Send for SetPtString
impl !Sync for SetPtString
impl Freeze for SetPtString
impl RefUnwindSafe for SetPtString
impl Unpin for SetPtString
impl UnsafeUnpin for SetPtString
impl UnwindSafe for SetPtString
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