Struct libe2fs_sys::ext2fs_hashmap_entry
source · #[repr(C)]pub struct ext2fs_hashmap_entry {
pub data: *mut c_void,
pub key: *const c_void,
pub key_len: usize,
pub next: *mut ext2fs_hashmap_entry,
pub list_next: *mut ext2fs_hashmap_entry,
pub list_prev: *mut ext2fs_hashmap_entry,
}Fields§
§data: *mut c_void§key: *const c_void§key_len: usize§next: *mut ext2fs_hashmap_entry§list_next: *mut ext2fs_hashmap_entry§list_prev: *mut ext2fs_hashmap_entryTrait Implementations§
source§impl Clone for ext2fs_hashmap_entry
impl Clone for ext2fs_hashmap_entry
source§fn clone(&self) -> ext2fs_hashmap_entry
fn clone(&self) -> ext2fs_hashmap_entry
Returns a copy 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 ext2fs_hashmap_entry
impl Debug for ext2fs_hashmap_entry
impl Copy for ext2fs_hashmap_entry
Auto Trait Implementations§
impl RefUnwindSafe for ext2fs_hashmap_entry
impl !Send for ext2fs_hashmap_entry
impl !Sync for ext2fs_hashmap_entry
impl Unpin for ext2fs_hashmap_entry
impl UnwindSafe for ext2fs_hashmap_entry
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