pub struct IntelRaplSnapshot {
pub sockets: Vec<SocketSnapshot>,
}Fields§
§sockets: Vec<SocketSnapshot>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntelRaplSnapshot
impl RefUnwindSafe for IntelRaplSnapshot
impl Send for IntelRaplSnapshot
impl Sync for IntelRaplSnapshot
impl Unpin for IntelRaplSnapshot
impl UnwindSafe for IntelRaplSnapshot
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