pub struct Cmd22 {
pub arg: u32,
}Expand description
CMD22 — ADDRESS_EXTENSION
Fields§
§arg: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cmd22
impl RefUnwindSafe for Cmd22
impl Send for Cmd22
impl Sync for Cmd22
impl Unpin for Cmd22
impl UnsafeUnpin for Cmd22
impl UnwindSafe for Cmd22
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