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