Struct stm32wb_hci::vendor::stm32wb::event::AttReadResponse
source · pub struct AttReadResponse {
pub conn_handle: ConnectionHandle,
/* private fields */
}Expand description
This event is generated in response to a Read Request.
Fields§
§conn_handle: ConnectionHandleThe connection handle related to the response.
Implementations§
Trait Implementations§
source§impl Clone for AttReadResponse
impl Clone for AttReadResponse
source§fn clone(&self) -> AttReadResponse
fn clone(&self) -> AttReadResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AttReadResponse
impl Debug for AttReadResponse
source§impl Format for AttReadResponse
impl Format for AttReadResponse
impl Copy for AttReadResponse
Auto Trait Implementations§
impl RefUnwindSafe for AttReadResponse
impl Send for AttReadResponse
impl Sync for AttReadResponse
impl Unpin for AttReadResponse
impl UnwindSafe for AttReadResponse
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