#[repr(u8)]pub enum AddressWidth {
Undefined = 0,
Byte = 1,
Word = 2,
Dword = 3,
Qword = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for AddressWidth
impl Clone for AddressWidth
Source§fn clone(&self) -> AddressWidth
fn clone(&self) -> AddressWidth
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 moreSource§impl Debug for AddressWidth
impl Debug for AddressWidth
Source§impl Default for AddressWidth
impl Default for AddressWidth
Source§impl IntoBytes for AddressWidth
impl IntoBytes for AddressWidth
Source§impl KnownLayout for AddressWidthwhere
Self: Sized,
impl KnownLayout for AddressWidthwhere
Self: Sized,
Source§type PointerMetadata = ()
type PointerMetadata = ()
The type of metadata stored in a pointer to
Self
. Read moreimpl Copy for AddressWidth
impl Immutable for AddressWidth
Auto Trait Implementations§
impl Freeze for AddressWidth
impl RefUnwindSafe for AddressWidth
impl Send for AddressWidth
impl Sync for AddressWidth
impl Unpin for AddressWidth
impl UnwindSafe for AddressWidth
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