#[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 (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 SetPtResPack
Auto Trait Implementations§
impl !Send for SetPtResPack
impl !Sync for SetPtResPack
impl Freeze for SetPtResPack
impl RefUnwindSafe for SetPtResPack
impl Unpin for SetPtResPack
impl UnsafeUnpin 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