pub struct lfence_zo {}
Expand description
lfence: ZO() => 0x0F + 0xAE 0xE8 [_64b | compat | sse2]
// cranelift/assembler-x64/meta/src/generate/inst.rs:14
Implementations§
Trait Implementations§
Source§impl<'arbitrary> Arbitrary<'arbitrary> for lfence_zo
impl<'arbitrary> Arbitrary<'arbitrary> for lfence_zo
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 moreimpl Copy for lfence_zo
Auto Trait Implementations§
impl Freeze for lfence_zo
impl RefUnwindSafe for lfence_zo
impl Send for lfence_zo
impl Sync for lfence_zo
impl Unpin for lfence_zo
impl UnwindSafe for lfence_zo
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