#[repr(C)]pub struct lucet_dl_module { /* private fields */ }
Auto Trait Implementations§
impl Freeze for lucet_dl_module
impl RefUnwindSafe for lucet_dl_module
impl Send for lucet_dl_module
impl Sync for lucet_dl_module
impl Unpin for lucet_dl_module
impl UnwindSafe for lucet_dl_module
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