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]fn eq(&self, other: &AddressSize) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for AddressSize
[src]
impl Eq for AddressSize
[src]
impl StructuralEq for AddressSize
[src]
impl StructuralPartialEq for AddressSize
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.