#[repr(C)]pub struct AntiLagPresentationInfoAMD {
pub s_type: StructureType,
pub next: *mut c_void,
pub stage: AntiLagStageAMD,
pub frame_index: u64,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§stage: AntiLagStageAMD§frame_index: u64Trait Implementations§
Source§impl Clone for AntiLagPresentationInfoAMD
impl Clone for AntiLagPresentationInfoAMD
Source§fn clone(&self) -> AntiLagPresentationInfoAMD
fn clone(&self) -> AntiLagPresentationInfoAMD
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 moreimpl Copy for AntiLagPresentationInfoAMD
Source§impl Debug for AntiLagPresentationInfoAMD
impl Debug for AntiLagPresentationInfoAMD
Source§impl Default for AntiLagPresentationInfoAMD
impl Default for AntiLagPresentationInfoAMD
impl Eq for AntiLagPresentationInfoAMD
Source§impl Hash for AntiLagPresentationInfoAMD
impl Hash for AntiLagPresentationInfoAMD
Source§impl PartialEq for AntiLagPresentationInfoAMD
impl PartialEq for AntiLagPresentationInfoAMD
Source§fn eq(&self, other: &AntiLagPresentationInfoAMD) -> bool
fn eq(&self, other: &AntiLagPresentationInfoAMD) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for AntiLagPresentationInfoAMD
impl StructuralPartialEq for AntiLagPresentationInfoAMD
impl Sync for AntiLagPresentationInfoAMD
Auto Trait Implementations§
impl Freeze for AntiLagPresentationInfoAMD
impl RefUnwindSafe for AntiLagPresentationInfoAMD
impl Unpin for AntiLagPresentationInfoAMD
impl UnsafeUnpin for AntiLagPresentationInfoAMD
impl UnwindSafe for AntiLagPresentationInfoAMD
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