pub struct AttReadByTypeResponse {
pub conn_handle: ConnectionHandle,
/* private fields */
}Expand description
This event is generated in response to a Read By Type Request.
Fields§
§conn_handle: ConnectionHandleThe connection handle related to the response.
Implementations§
Source§impl AttReadByTypeResponse
impl AttReadByTypeResponse
Sourcepub fn handle_value_pair_iter(&self) -> HandleValuePairIterator<'_> ⓘ
pub fn handle_value_pair_iter(&self) -> HandleValuePairIterator<'_> ⓘ
Return an iterator over all valid handle-value pairs returned with the response.
Trait Implementations§
Source§impl Clone for AttReadByTypeResponse
impl Clone for AttReadByTypeResponse
Source§fn clone(&self) -> AttReadByTypeResponse
fn clone(&self) -> AttReadByTypeResponse
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 AttReadByTypeResponse
impl Debug for AttReadByTypeResponse
impl Copy for AttReadByTypeResponse
Auto Trait Implementations§
impl Freeze for AttReadByTypeResponse
impl RefUnwindSafe for AttReadByTypeResponse
impl Send for AttReadByTypeResponse
impl Sync for AttReadByTypeResponse
impl Unpin for AttReadByTypeResponse
impl UnsafeUnpin for AttReadByTypeResponse
impl UnwindSafe for AttReadByTypeResponse
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