pub struct LeReadRemoteFeaturesComplete {
pub status: Status,
pub handle: ConnHandle,
pub le_features: LeFeatureMask,
}Expand description
LE Read Remote Features Complete event ๐
Fieldsยง
ยงstatus: Statusstatus
handle: ConnHandlehandle
le_features: LeFeatureMaskle_features
Trait Implementationsยง
Sourceยงimpl Clone for LeReadRemoteFeaturesComplete
impl Clone for LeReadRemoteFeaturesComplete
Sourceยงfn clone(&self) -> LeReadRemoteFeaturesComplete
fn clone(&self) -> LeReadRemoteFeaturesComplete
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl<'a> FromHciBytes<'a> for LeReadRemoteFeaturesComplete
impl<'a> FromHciBytes<'a> for LeReadRemoteFeaturesComplete
Sourceยงfn from_hci_bytes(data: &'a [u8]) -> Result<(Self, &'a [u8]), FromHciBytesError>
fn from_hci_bytes(data: &'a [u8]) -> Result<(Self, &'a [u8]), FromHciBytesError>
Deserialize bytes into a HCI type, return additional bytes.
Sourceยงfn from_hci_bytes_complete(data: &'de [u8]) -> Result<Self, FromHciBytesError>
fn from_hci_bytes_complete(data: &'de [u8]) -> Result<Self, FromHciBytesError>
Deserialize bytes into a HCI type, must consume all bytes.
Sourceยงimpl Hash for LeReadRemoteFeaturesComplete
impl Hash for LeReadRemoteFeaturesComplete
Sourceยงimpl<'a> LeEventParams<'a> for LeReadRemoteFeaturesComplete
impl<'a> LeEventParams<'a> for LeReadRemoteFeaturesComplete
Sourceยงconst SUBEVENT_CODE: u8 = 4
const SUBEVENT_CODE: u8 = 4
The LE meta event subevent code these parameters are for
Auto Trait Implementationsยง
impl Freeze for LeReadRemoteFeaturesComplete
impl RefUnwindSafe for LeReadRemoteFeaturesComplete
impl Send for LeReadRemoteFeaturesComplete
impl Sync for LeReadRemoteFeaturesComplete
impl Unpin for LeReadRemoteFeaturesComplete
impl UnsafeUnpin for LeReadRemoteFeaturesComplete
impl UnwindSafe for LeReadRemoteFeaturesComplete
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