pub enum Target {
Host,
A64,
A64_NoFeatures,
X64_Windows,
X64_SystemV,
}Variants§
Implementations§
Source§impl Target
impl Target
pub const Host: Self = Self::Host
pub const A64: Self = Self::A64
pub const A64_NoFeatures: Self = Self::A64_NoFeatures
pub const X64_Windows: Self = Self::X64_Windows
pub const X64_SystemV: Self = Self::X64_SystemV
Trait Implementations§
impl Copy for Target
impl Eq for Target
impl StructuralPartialEq for Target
Auto Trait Implementations§
impl Freeze for Target
impl RefUnwindSafe for Target
impl Send for Target
impl Sync for Target
impl Unpin for Target
impl UnsafeUnpin for Target
impl UnwindSafe for Target
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