#[repr(C, packed(1))]pub struct ble_hci_ev_le_subev_cis_request {
pub subev_code: u8,
pub conn_handle: u16,
pub cis_handle: u16,
pub cig_id: u8,
pub cis_id: u8,
}Fields§
§subev_code: u8§conn_handle: u16§cis_handle: u16§cig_id: u8§cis_id: u8Trait Implementations§
Source§impl Clone for ble_hci_ev_le_subev_cis_request
impl Clone for ble_hci_ev_le_subev_cis_request
Source§fn clone(&self) -> ble_hci_ev_le_subev_cis_request
fn clone(&self) -> ble_hci_ev_le_subev_cis_request
Returns a copy 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 moreimpl Copy for ble_hci_ev_le_subev_cis_request
Auto Trait Implementations§
impl Freeze for ble_hci_ev_le_subev_cis_request
impl RefUnwindSafe for ble_hci_ev_le_subev_cis_request
impl Send for ble_hci_ev_le_subev_cis_request
impl Sync for ble_hci_ev_le_subev_cis_request
impl Unpin for ble_hci_ev_le_subev_cis_request
impl UnwindSafe for ble_hci_ev_le_subev_cis_request
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