pub struct SetExternalConfigurationReply(/* private fields */);
Expand description
Reply for SetExternalConfiguration
Methods from Deref<Target = ControllerConfigurationOption>§
pub const ExternalConfiguration: Self
pub const BluetoothPublicAddressConfiguration: 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<ControllerConfigurationOption> for SetExternalConfigurationReply
impl AsMut<ControllerConfigurationOption> for SetExternalConfigurationReply
Source§fn as_mut(&mut self) -> &mut ControllerConfigurationOption
fn as_mut(&mut self) -> &mut ControllerConfigurationOption
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<ControllerConfigurationOption> for SetExternalConfigurationReply
impl AsRef<ControllerConfigurationOption> for SetExternalConfigurationReply
Source§fn as_ref(&self) -> &ControllerConfigurationOption
fn as_ref(&self) -> &ControllerConfigurationOption
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl From<ControllerConfigurationOption> for SetExternalConfigurationReply
impl From<ControllerConfigurationOption> for SetExternalConfigurationReply
Source§fn from(v: ControllerConfigurationOption) -> Self
fn from(v: ControllerConfigurationOption) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetExternalConfigurationReply
impl RefUnwindSafe for SetExternalConfigurationReply
impl Send for SetExternalConfigurationReply
impl Sync for SetExternalConfigurationReply
impl Unpin for SetExternalConfigurationReply
impl UnwindSafe for SetExternalConfigurationReply
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