Enum object::AddressSize [−][src]
#[repr(u8)] pub enum AddressSize { U32, U64, }
The size of an address value for an architecture.
This may differ from the address size supported by the file format (such as for COFF).
Variants
Implementations
Trait Implementations
impl Clone for AddressSize
[src]
impl Clone for AddressSize
[src]fn clone(&self) -> AddressSize
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Hash for AddressSize
[src]
impl Hash for AddressSize
[src]impl PartialEq<AddressSize> for AddressSize
[src]
impl PartialEq<AddressSize> for AddressSize
[src]