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