pub struct ImportDetails {
pub import_type: Option<String>,
pub name: String,
pub module: Option<String>,
pub address: Option<NativePointer>,
pub slot: Option<NativePointer>,
}Fields§
§import_type: Option<String>§name: String§module: Option<String>§address: Option<NativePointer>§slot: Option<NativePointer>Auto Trait Implementations§
impl Freeze for ImportDetails
impl RefUnwindSafe for ImportDetails
impl Send for ImportDetails
impl Sync for ImportDetails
impl Unpin for ImportDetails
impl UnsafeUnpin for ImportDetails
impl UnwindSafe for ImportDetails
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