pub struct AntiLagStageAMD(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for AntiLagStageAMD
impl Clone for AntiLagStageAMD
Source§fn clone(&self) -> AntiLagStageAMD
fn clone(&self) -> AntiLagStageAMD
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 AntiLagStageAMD
impl Debug for AntiLagStageAMD
Source§impl Default for AntiLagStageAMD
impl Default for AntiLagStageAMD
Source§fn default() -> AntiLagStageAMD
fn default() -> AntiLagStageAMD
Returns the “default value” for a type. Read more
Source§impl Hash for AntiLagStageAMD
impl Hash for AntiLagStageAMD
Source§impl Ord for AntiLagStageAMD
impl Ord for AntiLagStageAMD
Source§fn cmp(&self, other: &AntiLagStageAMD) -> Ordering
fn cmp(&self, other: &AntiLagStageAMD) -> 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 AntiLagStageAMD
impl PartialEq for AntiLagStageAMD
Source§impl PartialOrd for AntiLagStageAMD
impl PartialOrd for AntiLagStageAMD
impl Copy for AntiLagStageAMD
impl Eq for AntiLagStageAMD
impl StructuralPartialEq for AntiLagStageAMD
Auto Trait Implementations§
impl Freeze for AntiLagStageAMD
impl RefUnwindSafe for AntiLagStageAMD
impl Send for AntiLagStageAMD
impl Sync for AntiLagStageAMD
impl Unpin for AntiLagStageAMD
impl UnwindSafe for AntiLagStageAMD
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