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