Enum target_lexicon::BinaryFormat [−][src]
#[non_exhaustive] pub enum BinaryFormat { Unknown, Elf, Coff, Macho, Wasm, }
The “binary format” field, which is usually omitted, and the binary format is implied by the other fields.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations
impl BinaryFormat
[src]
impl BinaryFormat
[src]Trait Implementations
impl Clone for BinaryFormat
[src]
impl Clone for BinaryFormat
[src]fn clone(&self) -> BinaryFormat
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl FromStr for BinaryFormat
[src]
impl FromStr for BinaryFormat
[src]impl Hash for BinaryFormat
[src]
impl Hash for BinaryFormat
[src]impl PartialEq<BinaryFormat> for BinaryFormat
[src]
impl PartialEq<BinaryFormat> for BinaryFormat
[src]fn eq(&self, other: &BinaryFormat) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for BinaryFormat
[src]
impl Eq for BinaryFormat
[src]
impl StructuralEq for BinaryFormat
[src]
impl StructuralPartialEq for BinaryFormat
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.