Struct libamdgpu_top::Sampling
source · pub struct Sampling {
pub count: usize,
pub delay: Duration,
}Fields§
§count: usize§delay: DurationImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Sampling
impl Send for Sampling
impl Sync for Sampling
impl Unpin for Sampling
impl UnwindSafe for Sampling
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