pub struct ReadDefaultSystemConfiguration;
Expand description
Read Default System Configuration Command
Trait Implementations§
Source§impl CommandRequest for ReadDefaultSystemConfiguration
impl CommandRequest for ReadDefaultSystemConfiguration
Source§const CODE: CommandCode = CommandCode::ReadDefaultSystemConfiguration
const CODE: CommandCode = CommandCode::ReadDefaultSystemConfiguration
Command code.
Source§type Reply = ReadDefaultSystemConfigurationReply
type Reply = ReadDefaultSystemConfigurationReply
Return type for this command.
Source§impl From<ReadDefaultSystemConfiguration> for Command
impl From<ReadDefaultSystemConfiguration> for Command
Source§fn from(v: ReadDefaultSystemConfiguration) -> Self
fn from(v: ReadDefaultSystemConfiguration) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReadDefaultSystemConfiguration
impl RefUnwindSafe for ReadDefaultSystemConfiguration
impl Send for ReadDefaultSystemConfiguration
impl Sync for ReadDefaultSystemConfiguration
impl Unpin for ReadDefaultSystemConfiguration
impl UnwindSafe for ReadDefaultSystemConfiguration
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