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