pub struct AmodeOffset(/* private fields */);
Expand description
A 32-bit immediate for address offsets.
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for AmodeOffset
impl<'arbitrary> Arbitrary<'arbitrary> for AmodeOffset
Source§fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary(u: &mut Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the given unstructured data. Read moreSource§fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
fn arbitrary_take_rest(u: Unstructured<'arbitrary>) -> Result<Self>
Generate an arbitrary value of
Self
from the entirety of the given
unstructured data. Read moreSource§impl Clone for AmodeOffset
impl Clone for AmodeOffset
Source§fn clone(&self) -> AmodeOffset
fn clone(&self) -> AmodeOffset
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 AmodeOffset
impl Debug for AmodeOffset
Source§impl From<i32> for AmodeOffset
impl From<i32> for AmodeOffset
Source§impl LowerHex for AmodeOffset
impl LowerHex for AmodeOffset
impl Copy for AmodeOffset
Auto Trait Implementations§
impl Freeze for AmodeOffset
impl RefUnwindSafe for AmodeOffset
impl Send for AmodeOffset
impl Sync for AmodeOffset
impl Unpin for AmodeOffset
impl UnwindSafe for AmodeOffset
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