pub struct LoadLinkKeys { /* private fields */ }
Expand description
Load Link Keys Command
Implementations§
Trait Implementations§
Source§impl CommandRequest for LoadLinkKeys
impl CommandRequest for LoadLinkKeys
Source§const CODE: CommandCode = CommandCode::LoadLinkKeys
const CODE: CommandCode = CommandCode::LoadLinkKeys
Command code.
Source§type Reply = LoadLinkKeysReply
type Reply = LoadLinkKeysReply
Return type for this command.
Source§impl Debug for LoadLinkKeys
impl Debug for LoadLinkKeys
Source§impl From<LoadLinkKeys> for Command
impl From<LoadLinkKeys> for Command
Source§fn from(v: LoadLinkKeys) -> Self
fn from(v: LoadLinkKeys) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LoadLinkKeys
impl RefUnwindSafe for LoadLinkKeys
impl Send for LoadLinkKeys
impl Sync for LoadLinkKeys
impl Unpin for LoadLinkKeys
impl UnwindSafe for LoadLinkKeys
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