Struct move_binary_format::views::ModuleHandleView
source · [−]pub struct ModuleHandleView<'a, T> { /* private fields */ }
Implementations
sourceimpl<'a, T: ModuleAccess> ModuleHandleView<'a, T>
impl<'a, T: ModuleAccess> ModuleHandleView<'a, T>
Trait Implementations
sourceimpl<'a, T: ModuleAccess> ViewInternals for ModuleHandleView<'a, T>
impl<'a, T: ModuleAccess> ViewInternals for ModuleHandleView<'a, T>
type ModuleType = &'a T
type Inner = &'a ModuleHandle
fn module(&self) -> Self::ModuleType
fn as_inner(&self) -> Self::Inner
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for ModuleHandleView<'a, T> where
T: RefUnwindSafe,
impl<'a, T> Send for ModuleHandleView<'a, T> where
T: Sync,
impl<'a, T> Sync for ModuleHandleView<'a, T> where
T: Sync,
impl<'a, T> Unpin for ModuleHandleView<'a, T>
impl<'a, T> UnwindSafe for ModuleHandleView<'a, T> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more