pub enum BinaryKind {
UBoot,
LinuxKernel,
}
Expand description
Define the binary kind to use for matching.
Variants§
Trait Implementations§
Source§impl Clone for BinaryKind
impl Clone for BinaryKind
Source§fn clone(&self) -> BinaryKind
fn clone(&self) -> BinaryKind
Returns a duplicate 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 BinaryKind
impl Debug for BinaryKind
impl Copy for BinaryKind
Auto Trait Implementations§
impl Freeze for BinaryKind
impl RefUnwindSafe for BinaryKind
impl Send for BinaryKind
impl Sync for BinaryKind
impl Unpin for BinaryKind
impl UnwindSafe for BinaryKind
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