Enum lief::pe::symbol::ComplexType
pub enum ComplexType {
TY_NULL,
TY_POINTER,
TY_FUNCTION,
TY_ARRAY,
UNKNOWN(u32),
}
Variants§
Trait Implementations§
§impl Clone for ComplexType
impl Clone for ComplexType
§fn clone(&self) -> ComplexType
fn clone(&self) -> ComplexType
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 more§impl Debug for ComplexType
impl Debug for ComplexType
§impl From<ComplexType> for u32
impl From<ComplexType> for u32
§fn from(value: ComplexType) -> u32
fn from(value: ComplexType) -> u32
Converts to this type from the input type.
§impl From<u32> for ComplexType
impl From<u32> for ComplexType
§impl Hash for ComplexType
impl Hash for ComplexType
§impl PartialEq<ComplexType> for ComplexType
impl PartialEq<ComplexType> for ComplexType
§fn eq(&self, other: &ComplexType) -> bool
fn eq(&self, other: &ComplexType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ComplexType
impl Eq for ComplexType
impl StructuralEq for ComplexType
impl StructuralPartialEq for ComplexType
Auto Trait Implementations§
impl RefUnwindSafe for ComplexType
impl Send for ComplexType
impl Sync for ComplexType
impl Unpin for ComplexType
impl UnwindSafe for ComplexType
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