pub struct SetBrEdr(/* private fields */);
Expand description
Set BR/EDR Command
Implementations§
Trait Implementations§
Source§impl CommandRequest for SetBrEdr
impl CommandRequest for SetBrEdr
Source§const CODE: CommandCode = CommandCode::SetBrEdr
const CODE: CommandCode = CommandCode::SetBrEdr
Command code.
Source§type Reply = SetBrEdrReply
type Reply = SetBrEdrReply
Return type for this command.
Auto Trait Implementations§
impl Freeze for SetBrEdr
impl RefUnwindSafe for SetBrEdr
impl Send for SetBrEdr
impl Sync for SetBrEdr
impl Unpin for SetBrEdr
impl UnwindSafe for SetBrEdr
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