Enum object::read::coff::ImportType
source · pub enum ImportType {
Code,
Data,
Const,
}
Expand description
The kind of import symbol.
Variants§
Trait Implementations§
source§impl Clone for ImportType
impl Clone for ImportType
source§fn clone(&self) -> ImportType
fn clone(&self) -> ImportType
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 ImportType
impl Debug for ImportType
source§impl Hash for ImportType
impl Hash for ImportType
source§impl PartialEq for ImportType
impl PartialEq for ImportType
impl Copy for ImportType
impl Eq for ImportType
impl StructuralPartialEq for ImportType
Auto Trait Implementations§
impl Freeze for ImportType
impl RefUnwindSafe for ImportType
impl Send for ImportType
impl Sync for ImportType
impl Unpin for ImportType
impl UnwindSafe for ImportType
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.