pub struct SetOobDataParameters { /* private fields */ }
Expand description
Parameters for GAP Set OOB Data
Auto Trait Implementations§
impl Freeze for SetOobDataParameters
impl RefUnwindSafe for SetOobDataParameters
impl Send for SetOobDataParameters
impl Sync for SetOobDataParameters
impl Unpin for SetOobDataParameters
impl UnwindSafe for SetOobDataParameters
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