Enum target_lexicon::PointerWidth [−][src]
pub enum PointerWidth { U16, U32, U64, }
The width of a pointer (in the default address space).
Variants
Implementations
impl PointerWidth
[src]
impl PointerWidth
[src]Trait Implementations
impl Clone for PointerWidth
[src]
impl Clone for PointerWidth
[src]fn clone(&self) -> PointerWidth
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for PointerWidth
[src]
impl Hash for PointerWidth
[src]impl PartialEq<PointerWidth> for PointerWidth
[src]
impl PartialEq<PointerWidth> for PointerWidth
[src]fn eq(&self, other: &PointerWidth) -> 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 PointerWidth
[src]
impl Eq for PointerWidth
[src]
impl StructuralEq for PointerWidth
[src]
impl StructuralPartialEq for PointerWidth
[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.