pub struct SimdFcmpFcmpe { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SimdFcmpFcmpe
impl Clone for SimdFcmpFcmpe
Source§fn clone(&self) -> SimdFcmpFcmpe
fn clone(&self) -> SimdFcmpFcmpe
Returns a duplicate 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 SimdFcmpFcmpe
impl Debug for SimdFcmpFcmpe
Source§impl Default for SimdFcmpFcmpe
impl Default for SimdFcmpFcmpe
Source§fn default() -> SimdFcmpFcmpe
fn default() -> SimdFcmpFcmpe
Returns the “default value” for a type. Read more
impl Copy for SimdFcmpFcmpe
Auto Trait Implementations§
impl Freeze for SimdFcmpFcmpe
impl RefUnwindSafe for SimdFcmpFcmpe
impl Send for SimdFcmpFcmpe
impl Sync for SimdFcmpFcmpe
impl Unpin for SimdFcmpFcmpe
impl UnsafeUnpin for SimdFcmpFcmpe
impl UnwindSafe for SimdFcmpFcmpe
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