pub(crate) struct RaplReader {
pub(crate) paths: Vec<PathBuf>,
pub(crate) names: Vec<String>,
}Fields§
§paths: Vec<PathBuf>§names: Vec<String>Implementations§
Auto Trait Implementations§
impl Freeze for RaplReader
impl RefUnwindSafe for RaplReader
impl Send for RaplReader
impl Sync for RaplReader
impl Unpin for RaplReader
impl UnsafeUnpin for RaplReader
impl UnwindSafe for RaplReader
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