pub enum NativeOperatorObjectFormat {
Elf,
MachO,
Coff,
}Variants§
Trait Implementations§
Source§impl Clone for NativeOperatorObjectFormat
impl Clone for NativeOperatorObjectFormat
Source§fn clone(&self) -> NativeOperatorObjectFormat
fn clone(&self) -> NativeOperatorObjectFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NativeOperatorObjectFormat
Source§impl Debug for NativeOperatorObjectFormat
impl Debug for NativeOperatorObjectFormat
Source§impl<'de> Deserialize<'de> for NativeOperatorObjectFormat
impl<'de> Deserialize<'de> for NativeOperatorObjectFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NativeOperatorObjectFormat
impl StructuralPartialEq for NativeOperatorObjectFormat
Auto Trait Implementations§
impl Freeze for NativeOperatorObjectFormat
impl RefUnwindSafe for NativeOperatorObjectFormat
impl Send for NativeOperatorObjectFormat
impl Sync for NativeOperatorObjectFormat
impl Unpin for NativeOperatorObjectFormat
impl UnsafeUnpin for NativeOperatorObjectFormat
impl UnwindSafe for NativeOperatorObjectFormat
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