pub struct Vconst128 {
pub dst: VReg,
pub imm: u128,
}
Expand description
dst = imm
Fields§
§dst: VReg
§imm: u128
Implementations§
Trait Implementations§
Source§impl From<Vconst128> for ExtendedOp
impl From<Vconst128> for ExtendedOp
impl Copy for Vconst128
impl Eq for Vconst128
impl StructuralPartialEq for Vconst128
Auto Trait Implementations§
impl Freeze for Vconst128
impl RefUnwindSafe for Vconst128
impl Send for Vconst128
impl Sync for Vconst128
impl Unpin for Vconst128
impl UnwindSafe for Vconst128
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