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