pub struct Directory<'a> { /* private fields */ }Implementations§
§impl Directory<'_>
impl Directory<'_>
pub fn characteristics(&self) -> u32
pub fn time_date_stamp(&self) -> u32
pub fn major_version(&self) -> u32
pub fn minor_version(&self) -> u32
pub fn numberof_name_entries(&self) -> u32
pub fn numberof_id_entries(&self) -> u32
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Directory<'a>
impl<'a> !Send for Directory<'a>
impl<'a> !Sync for Directory<'a>
impl<'a> Unpin for Directory<'a>
impl<'a> UnwindSafe for Directory<'a>
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