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