Struct FPURightShiftImm
pub struct FPURightShiftImm {
pub amount: u8,
pub lane_size_in_bits: u8,
}
Expand description
Floating-point unit immediate right shift.
Fields§
§amount: u8
Shift amount.
lane_size_in_bits: u8
Lane size in bits.
Implementations§
§impl FPURightShiftImm
impl FPURightShiftImm
pub fn maybe_from_u8(
amount: u8,
lane_size_in_bits: u8,
) -> Option<FPURightShiftImm>
pub fn maybe_from_u8( amount: u8, lane_size_in_bits: u8, ) -> Option<FPURightShiftImm>
Create a floating-point unit immediate right shift from u8.
Trait Implementations§
§impl Clone for FPURightShiftImm
impl Clone for FPURightShiftImm
§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 more§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)