pub enum Ld8Dst {
Mem(MemLoc),
Reg(Reg8),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ld8Dst
impl RefUnwindSafe for Ld8Dst
impl Send for Ld8Dst
impl Sync for Ld8Dst
impl Unpin for Ld8Dst
impl UnwindSafe for Ld8Dst
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