pub struct LB(_);
Expand description
A byte is loaded from the specified address offset by an immediate value.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for LB
impl<'de> Deserialize<'de> for LB
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<LB> for Instruction
impl From<LB> for Instruction
impl Copy for LB
impl Eq for LB
impl StructuralEq for LB
impl StructuralPartialEq for LB
Auto Trait Implementations§
impl RefUnwindSafe for LB
impl Send for LB
impl Sync for LB
impl Unpin for LB
impl UnwindSafe for LB
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