pub struct DeviceVgpuCapability(/* private fields */);Implementations§
Source§impl DeviceVgpuCapability
impl DeviceVgpuCapability
pub const DEVICE_STREAMING: Self
pub const WARM_UPDATE: Self
Trait Implementations§
Source§impl Clone for DeviceVgpuCapability
impl Clone for DeviceVgpuCapability
Source§fn clone(&self) -> DeviceVgpuCapability
fn clone(&self) -> DeviceVgpuCapability
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 DeviceVgpuCapability
impl Debug for DeviceVgpuCapability
Source§impl From<DeviceVgpuCapability> for nvmlDeviceVgpuCapability_t
impl From<DeviceVgpuCapability> for nvmlDeviceVgpuCapability_t
Source§fn from(value: DeviceVgpuCapability) -> Self
fn from(value: DeviceVgpuCapability) -> Self
Converts to this type from the input type.
Source§impl Hash for DeviceVgpuCapability
impl Hash for DeviceVgpuCapability
Source§impl PartialEq for DeviceVgpuCapability
impl PartialEq for DeviceVgpuCapability
Source§fn eq(&self, other: &DeviceVgpuCapability) -> bool
fn eq(&self, other: &DeviceVgpuCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DeviceVgpuCapability
impl Eq for DeviceVgpuCapability
impl StructuralPartialEq for DeviceVgpuCapability
Auto Trait Implementations§
impl Freeze for DeviceVgpuCapability
impl RefUnwindSafe for DeviceVgpuCapability
impl Send for DeviceVgpuCapability
impl Sync for DeviceVgpuCapability
impl Unpin for DeviceVgpuCapability
impl UnsafeUnpin for DeviceVgpuCapability
impl UnwindSafe for DeviceVgpuCapability
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