pub struct TscState {
pub frequency: u64,
pub offsets: Vec<(usize, i128)>,
pub core_grouping: CoreGrouping,
}Fields§
§frequency: u64§offsets: Vec<(usize, i128)>§core_grouping: CoreGroupingImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TscState
impl RefUnwindSafe for TscState
impl Send for TscState
impl Sync for TscState
impl Unpin for TscState
impl UnwindSafe for TscState
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