pub struct FPURightShiftImm {
pub amount: u8,
pub lane_size_in_bits: u8,
}
Available on crate feature
arm64
only.Expand description
Floating-point unit immediate right shift.
Fields§
§amount: u8
Shift amount.
lane_size_in_bits: u8
Lane size in bits.
Implementations§
Trait Implementations§
Source§impl Clone for FPURightShiftImm
impl Clone for FPURightShiftImm
Source§fn clone(&self) -> FPURightShiftImm
fn clone(&self) -> FPURightShiftImm
Returns a copy 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 FPURightShiftImm
impl Debug for FPURightShiftImm
impl Copy for FPURightShiftImm
Auto Trait Implementations§
impl Freeze for FPURightShiftImm
impl RefUnwindSafe for FPURightShiftImm
impl Send for FPURightShiftImm
impl Sync for FPURightShiftImm
impl Unpin for FPURightShiftImm
impl UnwindSafe for FPURightShiftImm
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