pub struct SetAdvertising(/* private fields */);
Expand description
Set Advertising Command
Implementations§
Source§impl SetAdvertising
impl SetAdvertising
Sourcepub fn new(f0: Advertising) -> Self
pub fn new(f0: Advertising) -> Self
Constructs a new SetAdvertising
.
Trait Implementations§
Source§impl AsMut<Advertising> for SetAdvertising
impl AsMut<Advertising> for SetAdvertising
Source§fn as_mut(&mut self) -> &mut Advertising
fn as_mut(&mut self) -> &mut Advertising
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<Advertising> for SetAdvertising
impl AsRef<Advertising> for SetAdvertising
Source§fn as_ref(&self) -> &Advertising
fn as_ref(&self) -> &Advertising
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl CommandRequest for SetAdvertising
impl CommandRequest for SetAdvertising
Source§const CODE: CommandCode = CommandCode::SetAdvertising
const CODE: CommandCode = CommandCode::SetAdvertising
Command code.
Source§type Reply = SetAdvertisingReply
type Reply = SetAdvertisingReply
Return type for this command.
Source§impl Debug for SetAdvertising
impl Debug for SetAdvertising
Source§impl Deref for SetAdvertising
impl Deref for SetAdvertising
Source§impl DerefMut for SetAdvertising
impl DerefMut for SetAdvertising
Source§impl From<Advertising> for SetAdvertising
impl From<Advertising> for SetAdvertising
Source§fn from(v: Advertising) -> Self
fn from(v: Advertising) -> Self
Converts to this type from the input type.
Source§impl From<SetAdvertising> for Command
impl From<SetAdvertising> for Command
Source§fn from(v: SetAdvertising) -> Self
fn from(v: SetAdvertising) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetAdvertising
impl RefUnwindSafe for SetAdvertising
impl Send for SetAdvertising
impl Sync for SetAdvertising
impl Unpin for SetAdvertising
impl UnwindSafe for SetAdvertising
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