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