pub struct SetDebugKeysReply(/* private fields */);
Expand description
Reply for SetDebugKeys
Methods from Deref<Target = Settings>§
pub const Powered: Self
pub const Connectable: Self
pub const FastConnectable: Self
pub const Discoverable: Self
pub const Bondable: Self
pub const LinkLevelSecurity: Self
pub const SecureSimplePairing: Self
pub const BasicRateEnhancedDataRate: Self
pub const HighSpeed: Self
pub const LowEnergy: Self
pub const Advertising: Self
pub const SecureConnections: Self
pub const DebugKeys: Self
pub const Privacy: Self
pub const ControllerConfiguration: Self
pub const StaticAddress: Self
pub const PhyConfiguration: Self
pub const WidebandSpeech: Self
Sourcepub fn intersects(&self, other: Self) -> bool
pub fn intersects(&self, other: Self) -> bool
Returns true
if there are flags common to both self
and other
.
Trait Implementations§
Source§impl AsMut<Settings> for SetDebugKeysReply
impl AsMut<Settings> for SetDebugKeysReply
Source§impl AsRef<Settings> for SetDebugKeysReply
impl AsRef<Settings> for SetDebugKeysReply
Source§impl Debug for SetDebugKeysReply
impl Debug for SetDebugKeysReply
Source§impl Deref for SetDebugKeysReply
impl Deref for SetDebugKeysReply
Source§impl DerefMut for SetDebugKeysReply
impl DerefMut for SetDebugKeysReply
Source§impl From<Settings> for SetDebugKeysReply
impl From<Settings> for SetDebugKeysReply
Auto Trait Implementations§
impl Freeze for SetDebugKeysReply
impl RefUnwindSafe for SetDebugKeysReply
impl Send for SetDebugKeysReply
impl Sync for SetDebugKeysReply
impl Unpin for SetDebugKeysReply
impl UnwindSafe for SetDebugKeysReply
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