pub struct ExportDetails {
pub export_type: String,
pub name: String,
pub address: NativePointer,
}Fields§
§export_type: String§name: String§address: NativePointerAuto Trait Implementations§
impl Freeze for ExportDetails
impl RefUnwindSafe for ExportDetails
impl Send for ExportDetails
impl Sync for ExportDetails
impl Unpin for ExportDetails
impl UnsafeUnpin for ExportDetails
impl UnwindSafe for ExportDetails
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