pub struct SetDDRamAddress(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl AsyncCommand for SetDDRamAddress
Available on crate feature async only.
impl AsyncCommand for SetDDRamAddress
Available on crate feature
async only.Source§impl Clone for SetDDRamAddress
impl Clone for SetDDRamAddress
Source§fn clone(&self) -> SetDDRamAddress
fn clone(&self) -> SetDDRamAddress
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetDDRamAddress
impl Debug for SetDDRamAddress
Source§impl From<SetDDRamAddress> for Commands
impl From<SetDDRamAddress> for Commands
Source§fn from(cmd: SetDDRamAddress) -> Self
fn from(cmd: SetDDRamAddress) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetDDRamAddress
impl PartialEq for SetDDRamAddress
Source§impl SyncCommand for SetDDRamAddress
impl SyncCommand for SetDDRamAddress
impl Eq for SetDDRamAddress
impl StructuralPartialEq for SetDDRamAddress
Auto Trait Implementations§
impl Freeze for SetDDRamAddress
impl RefUnwindSafe for SetDDRamAddress
impl Send for SetDDRamAddress
impl Sync for SetDDRamAddress
impl Unpin for SetDDRamAddress
impl UnwindSafe for SetDDRamAddress
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