Struct riot_sys::ble_hci_cmd
source · [−]#[repr(C, packed)]pub struct ble_hci_cmd {
pub opcode: u16,
pub length: u8,
pub data: __IncompleteArrayField<u8>,
}
Fields
opcode: u16
length: u8
data: __IncompleteArrayField<u8>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ble_hci_cmd
impl Send for ble_hci_cmd
impl Sync for ble_hci_cmd
impl Unpin for ble_hci_cmd
impl UnwindSafe for ble_hci_cmd
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more