pub struct IvmX32ExternMap;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IvmX32ExternMap
impl RefUnwindSafe for IvmX32ExternMap
impl Send for IvmX32ExternMap
impl Sync for IvmX32ExternMap
impl Unpin for IvmX32ExternMap
impl UnwindSafe for IvmX32ExternMap
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