pub struct BluetoothStats {
pub commands_sent: u64,
pub events_received: u64,
pub acl_packets_sent: u64,
pub acl_packets_received: u64,
pub errors: u64,
}Expand description
Statistics for the Bluetooth controller
Fields§
§commands_sent: u64§events_received: u64§acl_packets_sent: u64§acl_packets_received: u64§errors: u64Trait Implementations§
Source§impl Clone for BluetoothStats
impl Clone for BluetoothStats
Source§fn clone(&self) -> BluetoothStats
fn clone(&self) -> BluetoothStats
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BluetoothStats
impl Debug for BluetoothStats
Source§impl Default for BluetoothStats
impl Default for BluetoothStats
Source§fn default() -> BluetoothStats
fn default() -> BluetoothStats
Returns the “default value” for a type. Read more
impl Copy for BluetoothStats
Auto Trait Implementations§
impl Freeze for BluetoothStats
impl RefUnwindSafe for BluetoothStats
impl Send for BluetoothStats
impl Sync for BluetoothStats
impl Unpin for BluetoothStats
impl UnwindSafe for BluetoothStats
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)