Struct FPULeftShiftImm
pub struct FPULeftShiftImm {
pub amount: u8,
pub lane_size_in_bits: u8,
}
Expand description
Floating-point unit immediate left shift.
Fields§
§amount: u8
Shift amount.
lane_size_in_bits: u8
Lane size in bits.
Implementations§
§impl FPULeftShiftImm
impl FPULeftShiftImm
pub fn maybe_from_u8(
amount: u8,
lane_size_in_bits: u8,
) -> Option<FPULeftShiftImm>
pub fn maybe_from_u8( amount: u8, lane_size_in_bits: u8, ) -> Option<FPULeftShiftImm>
Create a floating-point unit immediate left shift from u8.
Trait Implementations§
§impl Clone for FPULeftShiftImm
impl Clone for FPULeftShiftImm
§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 more§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
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
)