pub enum DisassemblyFormat {
Guest,
GuestAndNative,
Native,
DiffFriendly,
}
Variants§
Trait Implementations§
Source§impl Clone for DisassemblyFormat
impl Clone for DisassemblyFormat
Source§fn clone(&self) -> DisassemblyFormat
fn clone(&self) -> DisassemblyFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DisassemblyFormat
impl Debug for DisassemblyFormat
Source§impl ValueEnum for DisassemblyFormat
impl ValueEnum for DisassemblyFormat
impl Copy for DisassemblyFormat
Auto Trait Implementations§
impl Freeze for DisassemblyFormat
impl RefUnwindSafe for DisassemblyFormat
impl Send for DisassemblyFormat
impl Sync for DisassemblyFormat
impl Unpin for DisassemblyFormat
impl UnwindSafe for DisassemblyFormat
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