pub struct LeConnectionlessIqReport { /* private fields */ }Implementations§
Source§impl LeConnectionlessIqReport
impl LeConnectionlessIqReport
pub fn parse(bytes: &[u8]) -> Result<Self, Error>
pub fn specialize(&self) -> LeConnectionlessIqReportChild
pub fn get_event_code(&self) -> EventCode
pub fn get_subevent_code(&self) -> SubeventCode
pub fn get_payload(&self) -> &[u8] ⓘ
pub fn get_size(&self) -> usize
Trait Implementations§
Source§impl Clone for LeConnectionlessIqReport
impl Clone for LeConnectionlessIqReport
Source§fn clone(&self) -> LeConnectionlessIqReport
fn clone(&self) -> LeConnectionlessIqReport
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 LeConnectionlessIqReport
impl Debug for LeConnectionlessIqReport
Source§impl From<LeConnectionlessIqReport> for Bytes
impl From<LeConnectionlessIqReport> for Bytes
Source§fn from(packet: LeConnectionlessIqReport) -> Self
fn from(packet: LeConnectionlessIqReport) -> Self
Converts to this type from the input type.
Source§impl From<LeConnectionlessIqReport> for Event
impl From<LeConnectionlessIqReport> for Event
Source§fn from(packet: LeConnectionlessIqReport) -> Event
fn from(packet: LeConnectionlessIqReport) -> Event
Converts to this type from the input type.
Source§impl From<LeConnectionlessIqReport> for LeMetaEvent
impl From<LeConnectionlessIqReport> for LeMetaEvent
Source§fn from(packet: LeConnectionlessIqReport) -> LeMetaEvent
fn from(packet: LeConnectionlessIqReport) -> LeMetaEvent
Converts to this type from the input type.
Source§impl From<LeConnectionlessIqReport> for Vec<u8>
impl From<LeConnectionlessIqReport> for Vec<u8>
Source§fn from(packet: LeConnectionlessIqReport) -> Self
fn from(packet: LeConnectionlessIqReport) -> Self
Converts to this type from the input type.
Source§impl From<LeConnectionlessIqReportBuilder> for LeConnectionlessIqReport
impl From<LeConnectionlessIqReportBuilder> for LeConnectionlessIqReport
Source§fn from(builder: LeConnectionlessIqReportBuilder) -> LeConnectionlessIqReport
fn from(builder: LeConnectionlessIqReportBuilder) -> LeConnectionlessIqReport
Converts to this type from the input type.
Source§impl Packet for LeConnectionlessIqReport
impl Packet for LeConnectionlessIqReport
Source§impl PartialEq for LeConnectionlessIqReport
impl PartialEq for LeConnectionlessIqReport
Source§impl TryFrom<Event> for LeConnectionlessIqReport
impl TryFrom<Event> for LeConnectionlessIqReport
impl Eq for LeConnectionlessIqReport
impl StructuralPartialEq for LeConnectionlessIqReport
Auto Trait Implementations§
impl !Freeze for LeConnectionlessIqReport
impl RefUnwindSafe for LeConnectionlessIqReport
impl Send for LeConnectionlessIqReport
impl Sync for LeConnectionlessIqReport
impl Unpin for LeConnectionlessIqReport
impl UnwindSafe for LeConnectionlessIqReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more