pub struct Reply<'stack> { /* private fields */ }
Expand description
A reply to a gatt request.
The reply may be sent immediately or queued for sending later. To guarantee delivery of a reply in case of a full outbound queue, the async send() should be used rather than relying on the Drop implementation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'stack> Freeze for Reply<'stack>
impl<'stack> !RefUnwindSafe for Reply<'stack>
impl<'stack> !Send for Reply<'stack>
impl<'stack> !Sync for Reply<'stack>
impl<'stack> Unpin for Reply<'stack>
impl<'stack> !UnwindSafe for Reply<'stack>
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