pub struct SetHighSpeedReply(/* private fields */);
Expand description
Reply for SetHighSpeed
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 SetHighSpeedReply
impl AsMut<Settings> for SetHighSpeedReply
Source§impl AsRef<Settings> for SetHighSpeedReply
impl AsRef<Settings> for SetHighSpeedReply
Source§impl Debug for SetHighSpeedReply
impl Debug for SetHighSpeedReply
Source§impl Deref for SetHighSpeedReply
impl Deref for SetHighSpeedReply
Source§impl DerefMut for SetHighSpeedReply
impl DerefMut for SetHighSpeedReply
Source§impl From<Settings> for SetHighSpeedReply
impl From<Settings> for SetHighSpeedReply
Auto Trait Implementations§
impl Freeze for SetHighSpeedReply
impl RefUnwindSafe for SetHighSpeedReply
impl Send for SetHighSpeedReply
impl Sync for SetHighSpeedReply
impl Unpin for SetHighSpeedReply
impl UnwindSafe for SetHighSpeedReply
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