pub struct Export<'a> { /* private fields */ }Implementations§
§impl Export<'_>
impl Export<'_>
pub fn export_flags(&self) -> u32
pub fn timestamp(&self) -> u32
pub fn major_version(&self) -> u32
pub fn minor_version(&self) -> u32
pub fn ordinal_base(&self) -> u32
pub fn name(&self) -> String
pub fn entries(&self) -> ExportEntries<'_> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Export<'a>
impl<'a> !Send for Export<'a>
impl<'a> !Sync for Export<'a>
impl<'a> Unpin for Export<'a>
impl<'a> UnwindSafe for Export<'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