#[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 · 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 AntiLagPresentationInfoAMD
impl Debug for AntiLagPresentationInfoAMD
Source§impl Default for AntiLagPresentationInfoAMD
impl Default for AntiLagPresentationInfoAMD
Source§impl Hash for AntiLagPresentationInfoAMD
impl Hash for AntiLagPresentationInfoAMD
impl Copy for AntiLagPresentationInfoAMD
impl Eq for AntiLagPresentationInfoAMD
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 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