pub struct XStore8Z {
pub addr: AddrZ,
pub src: XReg,
}
Expand description
*addr = low8(src)
Fields§
§addr: AddrZ
§src: XReg
Implementations§
Trait Implementations§
impl Copy for XStore8Z
impl Eq for XStore8Z
impl StructuralPartialEq for XStore8Z
Auto Trait Implementations§
impl Freeze for XStore8Z
impl RefUnwindSafe for XStore8Z
impl Send for XStore8Z
impl Sync for XStore8Z
impl Unpin for XStore8Z
impl UnwindSafe for XStore8Z
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