#[repr(C)]pub struct FastMathFlagsBitVector(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for FastMathFlagsBitVector
impl Clone for FastMathFlagsBitVector
Source§fn clone(&self) -> FastMathFlagsBitVector
fn clone(&self) -> FastMathFlagsBitVector
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<FastMathFlags> for FastMathFlagsBitVector
impl From<FastMathFlags> for FastMathFlagsBitVector
Source§fn from(flags: FastMathFlags) -> Self
fn from(flags: FastMathFlags) -> Self
Converts to this type from the input type.
Source§impl From<i32> for FastMathFlagsBitVector
impl From<i32> for FastMathFlagsBitVector
Source§impl From<i64> for FastMathFlagsBitVector
impl From<i64> for FastMathFlagsBitVector
Source§impl PartialEq for FastMathFlagsBitVector
impl PartialEq for FastMathFlagsBitVector
impl Copy for FastMathFlagsBitVector
impl StructuralPartialEq for FastMathFlagsBitVector
Auto Trait Implementations§
impl Freeze for FastMathFlagsBitVector
impl RefUnwindSafe for FastMathFlagsBitVector
impl Send for FastMathFlagsBitVector
impl Sync for FastMathFlagsBitVector
impl Unpin for FastMathFlagsBitVector
impl UnwindSafe for FastMathFlagsBitVector
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