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