#[repr(C)]pub struct AntiLagDataAMD {
pub s_type: StructureType,
pub next: *const c_void,
pub mode: AntiLagModeAMD,
pub max_fps: u32,
pub presentation_info: *const AntiLagPresentationInfoAMD,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§mode: AntiLagModeAMD§max_fps: u32§presentation_info: *const AntiLagPresentationInfoAMDTrait Implementations§
Source§impl Clone for AntiLagDataAMD
impl Clone for AntiLagDataAMD
Source§fn clone(&self) -> AntiLagDataAMD
fn clone(&self) -> AntiLagDataAMD
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 AntiLagDataAMD
impl Debug for AntiLagDataAMD
Source§impl Default for AntiLagDataAMD
impl Default for AntiLagDataAMD
Source§impl Hash for AntiLagDataAMD
impl Hash for AntiLagDataAMD
Source§impl PartialEq for AntiLagDataAMD
impl PartialEq for AntiLagDataAMD
impl Copy for AntiLagDataAMD
impl Eq for AntiLagDataAMD
impl Send for AntiLagDataAMD
impl StructuralPartialEq for AntiLagDataAMD
impl Sync for AntiLagDataAMD
Auto Trait Implementations§
impl Freeze for AntiLagDataAMD
impl RefUnwindSafe for AntiLagDataAMD
impl Unpin for AntiLagDataAMD
impl UnwindSafe for AntiLagDataAMD
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