Enum object::AddressSize [−][src]
#[repr(u8)]
pub enum AddressSize {
U32,
U64,
}
Expand description
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
U32
U64
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AddressSize
impl Send for AddressSize
impl Sync for AddressSize
impl Unpin for AddressSize
impl UnwindSafe for AddressSize
Blanket Implementations
Mutably borrows from an owned value. Read more