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