#[repr(C, packed(1))]pub struct remote_name_req_cp {
pub bdaddr: bdaddr_t,
pub pscan_rep_mode: u8,
pub pscan_mode: u8,
pub clock_offset: u16,
}Fields§
§bdaddr: bdaddr_t§pscan_rep_mode: u8§pscan_mode: u8§clock_offset: u16Trait Implementations§
Source§impl Clone for remote_name_req_cp
impl Clone for remote_name_req_cp
Source§fn clone(&self) -> remote_name_req_cp
fn clone(&self) -> remote_name_req_cp
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 moreSource§impl Debug for remote_name_req_cp
impl Debug for remote_name_req_cp
impl Copy for remote_name_req_cp
Auto Trait Implementations§
impl Freeze for remote_name_req_cp
impl RefUnwindSafe for remote_name_req_cp
impl Send for remote_name_req_cp
impl Sync for remote_name_req_cp
impl Unpin for remote_name_req_cp
impl UnwindSafe for remote_name_req_cp
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