pub struct SetPublicAddressReply(/* private fields */);
Expand description
Reply for SetPublicAddress
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 SetPublicAddressReply
impl AsMut<ControllerConfigurationOption> for SetPublicAddressReply
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 SetPublicAddressReply
impl AsRef<ControllerConfigurationOption> for SetPublicAddressReply
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 Debug for SetPublicAddressReply
impl Debug for SetPublicAddressReply
Source§impl Deref for SetPublicAddressReply
impl Deref for SetPublicAddressReply
Source§impl DerefMut for SetPublicAddressReply
impl DerefMut for SetPublicAddressReply
Source§impl From<ControllerConfigurationOption> for SetPublicAddressReply
impl From<ControllerConfigurationOption> for SetPublicAddressReply
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 SetPublicAddressReply
impl RefUnwindSafe for SetPublicAddressReply
impl Send for SetPublicAddressReply
impl Sync for SetPublicAddressReply
impl Unpin for SetPublicAddressReply
impl UnwindSafe for SetPublicAddressReply
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