pub struct SimdSxtlUxtl {
pub opcode: u32,
pub vec_op_type: u32,
}Fields§
§opcode: u32§vec_op_type: u32Implementations§
Trait Implementations§
Source§impl Clone for SimdSxtlUxtl
impl Clone for SimdSxtlUxtl
Source§fn clone(&self) -> SimdSxtlUxtl
fn clone(&self) -> SimdSxtlUxtl
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 SimdSxtlUxtl
impl Debug for SimdSxtlUxtl
Source§impl Default for SimdSxtlUxtl
impl Default for SimdSxtlUxtl
Source§fn default() -> SimdSxtlUxtl
fn default() -> SimdSxtlUxtl
Returns the “default value” for a type. Read more
impl Copy for SimdSxtlUxtl
Auto Trait Implementations§
impl Freeze for SimdSxtlUxtl
impl RefUnwindSafe for SimdSxtlUxtl
impl Send for SimdSxtlUxtl
impl Sync for SimdSxtlUxtl
impl Unpin for SimdSxtlUxtl
impl UnsafeUnpin for SimdSxtlUxtl
impl UnwindSafe for SimdSxtlUxtl
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