pub struct Xconst16 {
pub dst: XReg,
pub imm: i16,
}
Expand description
Set dst = sign_extend(imm16)
.
Fields§
§dst: XReg
§imm: i16
Implementations§
Trait Implementations§
impl Copy for Xconst16
impl Eq for Xconst16
impl StructuralPartialEq for Xconst16
Auto Trait Implementations§
impl Freeze for Xconst16
impl RefUnwindSafe for Xconst16
impl Send for Xconst16
impl Sync for Xconst16
impl Unpin for Xconst16
impl UnwindSafe for Xconst16
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