pub enum OsAbi {
SystemV,
HpUx,
NetBSD,
Linux,
Solaris,
Aix,
Irix,
FreeBSD,
OpenBSD,
OpenVMS,
Other(u8),
}
Variants§
Trait Implementations§
impl Copy for OsAbi
impl Eq for OsAbi
impl StructuralPartialEq for OsAbi
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