pub struct RaplReader {}
Auto Trait Implementations§
impl Freeze for RaplReader
impl RefUnwindSafe for RaplReader
impl Send for RaplReader
impl Sync for RaplReader
impl Unpin 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