pub struct PhcInfo {
pub refid: u32,
pub sysfs_error_bound_path: PathBuf,
}
Expand description
PhcInfo holds the refid of the PHC in chronyd (i.e. PHC0), and the interface on which the PHC is enabled.
Fields§
§refid: u32
§sysfs_error_bound_path: PathBuf
Trait Implementations§
impl Eq for PhcInfo
impl StructuralPartialEq for PhcInfo
Auto Trait Implementations§
impl Freeze for PhcInfo
impl RefUnwindSafe for PhcInfo
impl Send for PhcInfo
impl Sync for PhcInfo
impl Unpin for PhcInfo
impl UnwindSafe for PhcInfo
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