pub struct NvidiaComputerSystem<B: Bmc> { /* private fields */ }Expand description
Represents a NVIDIA extension of computer system in the BMC.
Provides access to system information and sub-resources such as processors.
Implementations§
Auto Trait Implementations§
impl<B> Freeze for NvidiaComputerSystem<B>
impl<B> RefUnwindSafe for NvidiaComputerSystem<B>where
B: RefUnwindSafe,
impl<B> Send for NvidiaComputerSystem<B>
impl<B> Sync for NvidiaComputerSystem<B>
impl<B> Unpin for NvidiaComputerSystem<B>where
B: Unpin,
impl<B> UnsafeUnpin for NvidiaComputerSystem<B>
impl<B> UnwindSafe for NvidiaComputerSystem<B>where
B: UnwindSafe,
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