Enum object::BinaryFormat [−][src]
pub enum BinaryFormat { Coff, Elf, MachO, Pe, Wasm, }
A binary file format.
Variants
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 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.