#[repr(C)]pub struct hci_auth_info_req {
pub bdaddr: bdaddr_t,
pub type_: u8,
}
Fields§
§bdaddr: bdaddr_t
§type_: u8
Trait Implementations§
Source§impl Clone for hci_auth_info_req
impl Clone for hci_auth_info_req
Source§fn clone(&self) -> hci_auth_info_req
fn clone(&self) -> hci_auth_info_req
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 hci_auth_info_req
Auto Trait Implementations§
impl Freeze for hci_auth_info_req
impl RefUnwindSafe for hci_auth_info_req
impl Send for hci_auth_info_req
impl Sync for hci_auth_info_req
impl Unpin for hci_auth_info_req
impl UnwindSafe for hci_auth_info_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