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