pub struct IntelRapl {
pub sockets: HashMap<u8, Socket>,
}Fields§
§sockets: HashMap<u8, Socket>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntelRapl
impl RefUnwindSafe for IntelRapl
impl Send for IntelRapl
impl Sync for IntelRapl
impl Unpin for IntelRapl
impl UnsafeUnpin for IntelRapl
impl UnwindSafe for IntelRapl
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