pub struct ImportLookupEntry {
pub is_ordinal: bool,
pub ordinal: u16,
pub hint: u16,
pub name: String,
}Expand description
parsed import entry
Fields§
§is_ordinal: bool§ordinal: u16§hint: u16§name: StringAuto Trait Implementations§
impl Freeze for ImportLookupEntry
impl RefUnwindSafe for ImportLookupEntry
impl Send for ImportLookupEntry
impl Sync for ImportLookupEntry
impl Unpin for ImportLookupEntry
impl UnwindSafe for ImportLookupEntry
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