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