pub struct ReadRemoteSupportedFeaturesComplete {
pub status: Status,
pub handle: ConnHandle,
pub lmp_features: LmpFeatureMask,
}Expand description
Read Remote Supported Features Complete event ๐
Fieldsยง
ยงstatus: Statusstatus
handle: ConnHandlehandle
lmp_features: LmpFeatureMasklmp_features
Trait Implementationsยง
Sourceยงimpl Clone for ReadRemoteSupportedFeaturesComplete
impl Clone for ReadRemoteSupportedFeaturesComplete
Sourceยงfn clone(&self) -> ReadRemoteSupportedFeaturesComplete
fn clone(&self) -> ReadRemoteSupportedFeaturesComplete
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 ReadRemoteSupportedFeaturesComplete
impl<'a> EventParams<'a> for ReadRemoteSupportedFeaturesComplete
Sourceยงconst EVENT_CODE: u8 = 0x0b
const EVENT_CODE: u8 = 0x0b
The event code these parameters are for
Sourceยงimpl<'a> FromHciBytes<'a> for ReadRemoteSupportedFeaturesComplete
impl<'a> FromHciBytes<'a> for ReadRemoteSupportedFeaturesComplete
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 ReadRemoteSupportedFeaturesComplete
Auto Trait Implementationsยง
impl Freeze for ReadRemoteSupportedFeaturesComplete
impl RefUnwindSafe for ReadRemoteSupportedFeaturesComplete
impl Send for ReadRemoteSupportedFeaturesComplete
impl Sync for ReadRemoteSupportedFeaturesComplete
impl Unpin for ReadRemoteSupportedFeaturesComplete
impl UnsafeUnpin for ReadRemoteSupportedFeaturesComplete
impl UnwindSafe for ReadRemoteSupportedFeaturesComplete
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