pub struct AntiLagModeAMD(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for AntiLagModeAMD
impl Clone for AntiLagModeAMD
Source§fn clone(&self) -> AntiLagModeAMD
fn clone(&self) -> AntiLagModeAMD
Returns a duplicate of the value. Read more
1.0.0 · 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 AntiLagModeAMD
impl Debug for AntiLagModeAMD
Source§impl Default for AntiLagModeAMD
impl Default for AntiLagModeAMD
Source§fn default() -> AntiLagModeAMD
fn default() -> AntiLagModeAMD
Returns the “default value” for a type. Read more
Source§impl Hash for AntiLagModeAMD
impl Hash for AntiLagModeAMD
Source§impl Ord for AntiLagModeAMD
impl Ord for AntiLagModeAMD
Source§fn cmp(&self, other: &AntiLagModeAMD) -> Ordering
fn cmp(&self, other: &AntiLagModeAMD) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AntiLagModeAMD
impl PartialEq for AntiLagModeAMD
Source§impl PartialOrd for AntiLagModeAMD
impl PartialOrd for AntiLagModeAMD
impl Copy for AntiLagModeAMD
impl Eq for AntiLagModeAMD
impl StructuralPartialEq for AntiLagModeAMD
Auto Trait Implementations§
impl Freeze for AntiLagModeAMD
impl RefUnwindSafe for AntiLagModeAMD
impl Send for AntiLagModeAMD
impl Sync for AntiLagModeAMD
impl Unpin for AntiLagModeAMD
impl UnwindSafe for AntiLagModeAMD
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