pub struct VgpuRuntimeState {
pub size: u64,
}Fields§
§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 moreSource§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.
Source§impl Hash for VgpuRuntimeState
impl Hash for VgpuRuntimeState
Source§impl PartialEq for VgpuRuntimeState
impl PartialEq for VgpuRuntimeState
Source§fn eq(&self, other: &VgpuRuntimeState) -> bool
fn eq(&self, other: &VgpuRuntimeState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VgpuRuntimeState
impl Eq for VgpuRuntimeState
impl StructuralPartialEq for VgpuRuntimeState
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