pub struct XEntry { /* private fields */ }Implementations§
Source§impl XEntry
impl XEntry
Sourcepub fn get_obj_num(&self) -> u64
pub fn get_obj_num(&self) -> u64
Returns the object number of the entry.
Sourcepub fn get_gen_num(&self) -> u64
pub fn get_gen_num(&self) -> u64
Returns the generation number of the entry.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XEntry
impl RefUnwindSafe for XEntry
impl Send for XEntry
impl Sync for XEntry
impl Unpin for XEntry
impl UnwindSafe for XEntry
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)