#[repr(C)]pub struct bt_br_discovery_priv {
pub clock_offset: u16,
pub pscan_rep_mode: u8,
pub resolving: bool,
}
Expand description
@private @brief BR/EDR discovery private structure
Fields§
§clock_offset: u16
Clock offset
pscan_rep_mode: u8
Page scan repetition mode
resolving: bool
Resolving remote name
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_br_discovery_priv
impl RefUnwindSafe for bt_br_discovery_priv
impl Send for bt_br_discovery_priv
impl Sync for bt_br_discovery_priv
impl Unpin for bt_br_discovery_priv
impl UnwindSafe for bt_br_discovery_priv
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