pub struct AttFindByTypeValueResponse {
pub conn_handle: ConnectionHandle,
/* private fields */
}Expand description
This event is generated in response to a Find By Type Value Request.
Fields§
§conn_handle: ConnectionHandleThe connection handle related to the response.
Implementations§
Source§impl AttFindByTypeValueResponse
impl AttFindByTypeValueResponse
Sourcepub fn handle_pairs_iter(&self) -> HandleInfoPairIterator<'_> ⓘ
pub fn handle_pairs_iter(&self) -> HandleInfoPairIterator<'_> ⓘ
Returns an iterator over the Handles Information List as defined in Bluetooth Core v4.1 spec.
Trait Implementations§
Source§impl Clone for AttFindByTypeValueResponse
impl Clone for AttFindByTypeValueResponse
Source§fn clone(&self) -> AttFindByTypeValueResponse
fn clone(&self) -> AttFindByTypeValueResponse
Returns a duplicate 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 AttFindByTypeValueResponse
impl Debug for AttFindByTypeValueResponse
impl Copy for AttFindByTypeValueResponse
Auto Trait Implementations§
impl Freeze for AttFindByTypeValueResponse
impl RefUnwindSafe for AttFindByTypeValueResponse
impl Send for AttFindByTypeValueResponse
impl Sync for AttFindByTypeValueResponse
impl Unpin for AttFindByTypeValueResponse
impl UnsafeUnpin for AttFindByTypeValueResponse
impl UnwindSafe for AttFindByTypeValueResponse
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