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