pub struct GpmSupport {
pub is_supported_device: bool,
}Fields§
§is_supported_device: boolTrait Implementations§
Source§impl Clone for GpmSupport
impl Clone for GpmSupport
Source§fn clone(&self) -> GpmSupport
fn clone(&self) -> GpmSupport
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 GpmSupport
impl Debug for GpmSupport
Source§impl From<nvmlGpmSupport_t> for GpmSupport
impl From<nvmlGpmSupport_t> for GpmSupport
Source§fn from(value: nvmlGpmSupport_t) -> Self
fn from(value: nvmlGpmSupport_t) -> Self
Converts to this type from the input type.
Source§impl Hash for GpmSupport
impl Hash for GpmSupport
Source§impl PartialEq for GpmSupport
impl PartialEq for GpmSupport
Source§fn eq(&self, other: &GpmSupport) -> bool
fn eq(&self, other: &GpmSupport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GpmSupport
impl Eq for GpmSupport
impl StructuralPartialEq for GpmSupport
Auto Trait Implementations§
impl Freeze for GpmSupport
impl RefUnwindSafe for GpmSupport
impl Send for GpmSupport
impl Sync for GpmSupport
impl Unpin for GpmSupport
impl UnsafeUnpin for GpmSupport
impl UnwindSafe for GpmSupport
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