pub struct ResidentDeviceTrace { /* private fields */ }Expand description
Device-owned physical and legacy-semantic resident scan/filter counters.
Implementations§
Source§impl ResidentDeviceTrace
impl ResidentDeviceTrace
Sourcepub fn record_uses(&self, recorder: &mut LaunchRecorder)
pub fn record_uses(&self, recorder: &mut LaunchRecorder)
Add all fixed-address counters to the transaction’s strict recorder.
Auto Trait Implementations§
impl Freeze for ResidentDeviceTrace
impl RefUnwindSafe for ResidentDeviceTrace
impl Send for ResidentDeviceTrace
impl Sync for ResidentDeviceTrace
impl Unpin for ResidentDeviceTrace
impl UnsafeUnpin for ResidentDeviceTrace
impl UnwindSafe for ResidentDeviceTrace
Blanket Implementations§
impl<T> Allocation for T
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