pub struct VgpuRuntimeState {
pub version: u32,
pub size: u64,
}Fields§
§version: u32§size: u64Trait Implementations§
Source§impl Clone for VgpuRuntimeState
impl Clone for VgpuRuntimeState
Source§fn clone(&self) -> VgpuRuntimeState
fn clone(&self) -> VgpuRuntimeState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VgpuRuntimeState
Source§impl Debug for VgpuRuntimeState
impl Debug for VgpuRuntimeState
Source§impl From<nvmlVgpuRuntimeState_v1_t> for VgpuRuntimeState
impl From<nvmlVgpuRuntimeState_v1_t> for VgpuRuntimeState
Source§fn from(value: nvmlVgpuRuntimeState_t) -> Self
fn from(value: nvmlVgpuRuntimeState_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VgpuRuntimeState
impl RefUnwindSafe for VgpuRuntimeState
impl Send for VgpuRuntimeState
impl Sync for VgpuRuntimeState
impl Unpin for VgpuRuntimeState
impl UnsafeUnpin for VgpuRuntimeState
impl UnwindSafe for VgpuRuntimeState
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