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