pub struct SB(_);
Expand description
Write the least significant byte of a register to memory.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for SB
impl<'de> Deserialize<'de> for SB
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<SB> for Instruction
impl From<SB> for Instruction
impl Copy for SB
impl Eq for SB
impl StructuralEq for SB
impl StructuralPartialEq for SB
Auto Trait Implementations§
impl RefUnwindSafe for SB
impl Send for SB
impl Sync for SB
impl Unpin for SB
impl UnwindSafe for SB
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