pub struct ExtendedOptimizationIdentifiersEax(/* private fields */);
Implementations§
Source§impl ExtendedOptimizationIdentifiersEax
impl ExtendedOptimizationIdentifiersEax
Sourcepub const fn with_fp128(self, value: bool) -> Self
pub const fn with_fp128(self, value: bool) -> Self
Bits: 0..1
Sourcepub const fn with_mov_u(self, value: bool) -> Self
pub const fn with_mov_u(self, value: bool) -> Self
Bits: 1..2
Sourcepub const fn with_fp256(self, value: bool) -> Self
pub const fn with_fp256(self, value: bool) -> Self
Bits: 2..3
Trait Implementations§
Source§impl Clone for ExtendedOptimizationIdentifiersEax
impl Clone for ExtendedOptimizationIdentifiersEax
Source§fn clone(&self) -> ExtendedOptimizationIdentifiersEax
fn clone(&self) -> ExtendedOptimizationIdentifiersEax
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 From<ExtendedOptimizationIdentifiersEax> for u32
impl From<ExtendedOptimizationIdentifiersEax> for u32
Source§fn from(v: ExtendedOptimizationIdentifiersEax) -> u32
fn from(v: ExtendedOptimizationIdentifiersEax) -> u32
Converts to this type from the input type.
Source§impl From<u32> for ExtendedOptimizationIdentifiersEax
impl From<u32> for ExtendedOptimizationIdentifiersEax
impl Copy for ExtendedOptimizationIdentifiersEax
Auto Trait Implementations§
impl Freeze for ExtendedOptimizationIdentifiersEax
impl RefUnwindSafe for ExtendedOptimizationIdentifiersEax
impl Send for ExtendedOptimizationIdentifiersEax
impl Sync for ExtendedOptimizationIdentifiersEax
impl Unpin for ExtendedOptimizationIdentifiersEax
impl UnwindSafe for ExtendedOptimizationIdentifiersEax
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