pub struct CentralState {
pub scan_state_changes: Vec<ScanStateChange>,
pub remote_devices: Vec<RemoteDevice>,
}
Expand description
A snapshot of the current LowEnergy Central State
Fields§
§scan_state_changes: Vec<ScanStateChange>
Observed scan state changes.
remote_devices: Vec<RemoteDevice>
Discovered devices.
Trait Implementations§
Source§impl Clone for CentralState
impl Clone for CentralState
Source§fn clone(&self) -> CentralState
fn clone(&self) -> CentralState
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 moreSource§impl Default for CentralState
impl Default for CentralState
Source§fn default() -> CentralState
fn default() -> CentralState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CentralState
impl RefUnwindSafe for CentralState
impl Send for CentralState
impl Sync for CentralState
impl Unpin for CentralState
impl UnwindSafe for CentralState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)