pub struct BinaryInfo {
pub format: BinaryFormat,
pub arch: Arch,
}Expand description
Detected binary format and architecture.
Fields§
§format: BinaryFormat§arch: ArchTrait Implementations§
Source§impl Clone for BinaryInfo
impl Clone for BinaryInfo
Source§fn clone(&self) -> BinaryInfo
fn clone(&self) -> BinaryInfo
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 BinaryInfo
impl Debug for BinaryInfo
Source§impl PartialEq for BinaryInfo
impl PartialEq for BinaryInfo
impl Eq for BinaryInfo
impl StructuralPartialEq for BinaryInfo
Auto Trait Implementations§
impl Freeze for BinaryInfo
impl RefUnwindSafe for BinaryInfo
impl Send for BinaryInfo
impl Sync for BinaryInfo
impl Unpin for BinaryInfo
impl UnsafeUnpin for BinaryInfo
impl UnwindSafe for BinaryInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.