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