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