#[repr(C)]pub struct hci_inquiry_req {
pub dev_id: u16,
pub flags: u16,
pub lap: [u8; 3],
pub length: u8,
pub num_rsp: u8,
}
Fields§
§dev_id: u16
§flags: u16
§lap: [u8; 3]
§length: u8
§num_rsp: u8
Trait Implementations§
Source§impl Clone for hci_inquiry_req
impl Clone for hci_inquiry_req
Source§fn clone(&self) -> hci_inquiry_req
fn clone(&self) -> hci_inquiry_req
Returns a duplicate 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 hci_inquiry_req
Auto Trait Implementations§
impl Freeze for hci_inquiry_req
impl RefUnwindSafe for hci_inquiry_req
impl Send for hci_inquiry_req
impl Sync for hci_inquiry_req
impl Unpin for hci_inquiry_req
impl UnwindSafe for hci_inquiry_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