Struct nvml_wrapper::structs::device::DriverModelState
source · pub struct DriverModelState {
pub current: DriverModel,
pub pending: DriverModel,
}
Expand description
Returned from Device.driver_model()
Fields§
§current: DriverModel
§pending: DriverModel
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DriverModelState
impl Send for DriverModelState
impl Sync for DriverModelState
impl Unpin for DriverModelState
impl UnwindSafe for DriverModelState
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