pub struct RemoteHostSupportedFeaturesNotification {
pub bd_addr: BdAddr,
pub features: LmpFeatureMask,
}Expand description
Remote Host Supported Features Notification event ๐
Fieldsยง
ยงbd_addr: BdAddrbd_addr
features: LmpFeatureMaskfeatures
Trait Implementationsยง
Sourceยงimpl Clone for RemoteHostSupportedFeaturesNotification
impl Clone for RemoteHostSupportedFeaturesNotification
Sourceยงfn clone(&self) -> RemoteHostSupportedFeaturesNotification
fn clone(&self) -> RemoteHostSupportedFeaturesNotification
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> EventParams<'a> for RemoteHostSupportedFeaturesNotification
impl<'a> EventParams<'a> for RemoteHostSupportedFeaturesNotification
Sourceยงconst EVENT_CODE: u8 = 0x3d
const EVENT_CODE: u8 = 0x3d
The event code these parameters are for
Sourceยงimpl<'a> FromHciBytes<'a> for RemoteHostSupportedFeaturesNotification
impl<'a> FromHciBytes<'a> for RemoteHostSupportedFeaturesNotification
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.
impl Copy for RemoteHostSupportedFeaturesNotification
Auto Trait Implementationsยง
impl Freeze for RemoteHostSupportedFeaturesNotification
impl RefUnwindSafe for RemoteHostSupportedFeaturesNotification
impl Send for RemoteHostSupportedFeaturesNotification
impl Sync for RemoteHostSupportedFeaturesNotification
impl Unpin for RemoteHostSupportedFeaturesNotification
impl UnsafeUnpin for RemoteHostSupportedFeaturesNotification
impl UnwindSafe for RemoteHostSupportedFeaturesNotification
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