#[repr(C)]pub struct hci_dev_list_req {
pub dev_num: u16,
pub dev_req: __IncompleteArrayField<hci_dev_req>,
}
Fields§
§dev_num: u16
§dev_req: __IncompleteArrayField<hci_dev_req>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hci_dev_list_req
impl RefUnwindSafe for hci_dev_list_req
impl Send for hci_dev_list_req
impl Sync for hci_dev_list_req
impl Unpin for hci_dev_list_req
impl UnwindSafe for hci_dev_list_req
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