pub struct FSimdPair {
pub scalar_op: u32,
pub vector_op: u32,
}Fields§
§scalar_op: u32§vector_op: u32Implementations§
Trait Implementations§
impl Copy for FSimdPair
Auto Trait Implementations§
impl Freeze for FSimdPair
impl RefUnwindSafe for FSimdPair
impl Send for FSimdPair
impl Sync for FSimdPair
impl Unpin for FSimdPair
impl UnsafeUnpin for FSimdPair
impl UnwindSafe for FSimdPair
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