pub struct BluetoothRecoveryCounters {
pub ingress_pressure: u32,
pub setup_failures: u32,
pub transport_closures: u32,
}Fields§
§ingress_pressure: u32§setup_failures: u32§transport_closures: u32Trait Implementations§
Source§impl Clone for BluetoothRecoveryCounters
impl Clone for BluetoothRecoveryCounters
Source§fn clone(&self) -> BluetoothRecoveryCounters
fn clone(&self) -> BluetoothRecoveryCounters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BluetoothRecoveryCounters
Source§impl Debug for BluetoothRecoveryCounters
impl Debug for BluetoothRecoveryCounters
impl Eq for BluetoothRecoveryCounters
impl StructuralPartialEq for BluetoothRecoveryCounters
Auto Trait Implementations§
impl Freeze for BluetoothRecoveryCounters
impl RefUnwindSafe for BluetoothRecoveryCounters
impl Send for BluetoothRecoveryCounters
impl Sync for BluetoothRecoveryCounters
impl Unpin for BluetoothRecoveryCounters
impl UnsafeUnpin for BluetoothRecoveryCounters
impl UnwindSafe for BluetoothRecoveryCounters
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