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