pub struct SetStaticAddress(/* private fields */);
Expand description
Read Management Version Information Command
Implementations§
Trait Implementations§
Source§impl AsMut<Address> for SetStaticAddress
impl AsMut<Address> for SetStaticAddress
Source§impl AsRef<Address> for SetStaticAddress
impl AsRef<Address> for SetStaticAddress
Source§impl CommandRequest for SetStaticAddress
impl CommandRequest for SetStaticAddress
Source§const CODE: CommandCode = CommandCode::SetStaticAddress
const CODE: CommandCode = CommandCode::SetStaticAddress
Command code.
Source§type Reply = SetStaticAddressReply
type Reply = SetStaticAddressReply
Return type for this command.
Source§impl Debug for SetStaticAddress
impl Debug for SetStaticAddress
Source§impl Deref for SetStaticAddress
impl Deref for SetStaticAddress
Source§impl DerefMut for SetStaticAddress
impl DerefMut for SetStaticAddress
Source§impl From<Address> for SetStaticAddress
impl From<Address> for SetStaticAddress
Source§impl From<SetStaticAddress> for Command
impl From<SetStaticAddress> for Command
Source§fn from(v: SetStaticAddress) -> Self
fn from(v: SetStaticAddress) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetStaticAddress
impl RefUnwindSafe for SetStaticAddress
impl Send for SetStaticAddress
impl Sync for SetStaticAddress
impl Unpin for SetStaticAddress
impl UnwindSafe for SetStaticAddress
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