pub struct OsAbi_(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OsAbi_
impl RefUnwindSafe for OsAbi_
impl Send for OsAbi_
impl Sync for OsAbi_
impl Unpin for OsAbi_
impl UnwindSafe for OsAbi_
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