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