pub struct JNEB(_);
Expand description
Dynamic relative jump backwards, conditional on comparsion, with a constant offset.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for JNEB
impl<'de> Deserialize<'de> for JNEB
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