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