pub struct LeReadIsoTxSyncCompleteBuilder {
pub connection_handle: u16,
pub num_hci_command_packets: u8,
pub packet_sequence_number: u16,
pub time_offset: u32,
pub timestamp: u32,
}Fields§
§connection_handle: u16§num_hci_command_packets: u8§packet_sequence_number: u16§time_offset: u32§timestamp: u32Implementations§
Source§impl LeReadIsoTxSyncCompleteBuilder
impl LeReadIsoTxSyncCompleteBuilder
pub fn build(self) -> LeReadIsoTxSyncComplete
Trait Implementations§
Source§impl From<LeReadIsoTxSyncCompleteBuilder> for CommandComplete
impl From<LeReadIsoTxSyncCompleteBuilder> for CommandComplete
Source§fn from(builder: LeReadIsoTxSyncCompleteBuilder) -> CommandComplete
fn from(builder: LeReadIsoTxSyncCompleteBuilder) -> CommandComplete
Converts to this type from the input type.
Source§impl From<LeReadIsoTxSyncCompleteBuilder> for Event
impl From<LeReadIsoTxSyncCompleteBuilder> for Event
Source§fn from(builder: LeReadIsoTxSyncCompleteBuilder) -> Event
fn from(builder: LeReadIsoTxSyncCompleteBuilder) -> Event
Converts to this type from the input type.
Source§impl From<LeReadIsoTxSyncCompleteBuilder> for LeReadIsoTxSyncComplete
impl From<LeReadIsoTxSyncCompleteBuilder> for LeReadIsoTxSyncComplete
Source§fn from(builder: LeReadIsoTxSyncCompleteBuilder) -> LeReadIsoTxSyncComplete
fn from(builder: LeReadIsoTxSyncCompleteBuilder) -> LeReadIsoTxSyncComplete
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LeReadIsoTxSyncCompleteBuilder
impl RefUnwindSafe for LeReadIsoTxSyncCompleteBuilder
impl Send for LeReadIsoTxSyncCompleteBuilder
impl Sync for LeReadIsoTxSyncCompleteBuilder
impl Unpin for LeReadIsoTxSyncCompleteBuilder
impl UnwindSafe for LeReadIsoTxSyncCompleteBuilder
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> 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