pub struct ModExtern<Abi>(pub Abi);Expand description
The extern modifier, with the ABI selected as the tuple value
Tuple Fields§
§0: AbiTrait Implementations§
Auto Trait Implementations§
impl<Abi> Freeze for ModExtern<Abi>where
Abi: Freeze,
impl<Abi> RefUnwindSafe for ModExtern<Abi>where
Abi: RefUnwindSafe,
impl<Abi> Send for ModExtern<Abi>where
Abi: Send,
impl<Abi> Sync for ModExtern<Abi>where
Abi: Sync,
impl<Abi> Unpin for ModExtern<Abi>where
Abi: Unpin,
impl<Abi> UnwindSafe for ModExtern<Abi>where
Abi: UnwindSafe,
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