pub struct ReadRemoteVersionInformationComplete {
pub status: Status,
pub handle: ConnHandle,
pub version: CoreSpecificationVersion,
pub company_id: u16,
pub subversion: u16,
}Expand description
Read Remote Version Information Complete event ๐
Fieldsยง
ยงstatus: Statusstatus
handle: ConnHandlehandle
version: CoreSpecificationVersionversion
company_id: u16company_id
subversion: u16subversion
Trait Implementationsยง
Sourceยงimpl Clone for ReadRemoteVersionInformationComplete
impl Clone for ReadRemoteVersionInformationComplete
Sourceยงfn clone(&self) -> ReadRemoteVersionInformationComplete
fn clone(&self) -> ReadRemoteVersionInformationComplete
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 ReadRemoteVersionInformationComplete
impl<'a> EventParams<'a> for ReadRemoteVersionInformationComplete
Sourceยงconst EVENT_CODE: u8 = 0x0c
const EVENT_CODE: u8 = 0x0c
The event code these parameters are for
Sourceยงimpl<'a> FromHciBytes<'a> for ReadRemoteVersionInformationComplete
impl<'a> FromHciBytes<'a> for ReadRemoteVersionInformationComplete
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 ReadRemoteVersionInformationComplete
Auto Trait Implementationsยง
impl Freeze for ReadRemoteVersionInformationComplete
impl RefUnwindSafe for ReadRemoteVersionInformationComplete
impl Send for ReadRemoteVersionInformationComplete
impl Sync for ReadRemoteVersionInformationComplete
impl Unpin for ReadRemoteVersionInformationComplete
impl UnsafeUnpin for ReadRemoteVersionInformationComplete
impl UnwindSafe for ReadRemoteVersionInformationComplete
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