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