pub struct Xone {
pub dst: XReg,
}
Expand description
Set dst = 1
Fields§
§dst: XReg
Implementations§
Trait Implementations§
impl Copy for Xone
impl Eq for Xone
impl StructuralPartialEq for Xone
Auto Trait Implementations§
impl Freeze for Xone
impl RefUnwindSafe for Xone
impl Send for Xone
impl Sync for Xone
impl Unpin for Xone
impl UnwindSafe for Xone
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