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