#[repr(C, packed(1))]pub struct ble_hci_ev_le_subev_big_sync_established {
pub subev_code: u8,
pub status: u8,
pub big_handle: u8,
pub transport_latency: [u8; 3],
pub nse: u8,
pub bn: u8,
pub pto: u8,
pub irc: u8,
pub max_pdu: u16,
pub iso_interval: u16,
pub bis_cnt: u8,
pub bis_handles: __IncompleteArrayField<u16>,
}
Fields§
§subev_code: u8
§status: u8
§big_handle: u8
§transport_latency: [u8; 3]
§nse: u8
§bn: u8
§pto: u8
§irc: u8
§max_pdu: u16
§iso_interval: u16
§bis_cnt: u8
§bis_handles: __IncompleteArrayField<u16>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ble_hci_ev_le_subev_big_sync_established
impl RefUnwindSafe for ble_hci_ev_le_subev_big_sync_established
impl Send for ble_hci_ev_le_subev_big_sync_established
impl Sync for ble_hci_ev_le_subev_big_sync_established
impl Unpin for ble_hci_ev_le_subev_big_sync_established
impl UnwindSafe for ble_hci_ev_le_subev_big_sync_established
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 15 bytes