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