pub struct AntiLagDataAMDBuilder<'a> { /* private fields */ }Expand description
Builder for AntiLagDataAMD with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> AntiLagDataAMDBuilder<'a>
impl<'a> AntiLagDataAMDBuilder<'a>
pub fn mode(self, value: AntiLagModeAMD) -> AntiLagDataAMDBuilder<'a>
pub fn max_fps(self, value: u32) -> AntiLagDataAMDBuilder<'a>
pub fn presentation_info( self, value: &'a AntiLagPresentationInfoAMD, ) -> AntiLagDataAMDBuilder<'a>
Sourcepub fn push_next<T>(self, next: &'a mut T) -> AntiLagDataAMDBuilder<'a>where
T: ExtendsAntiLagDataAMD,
pub fn push_next<T>(self, next: &'a mut T) -> AntiLagDataAMDBuilder<'a>where
T: ExtendsAntiLagDataAMD,
Prepend a struct to the pNext chain. See AntiLagDataAMD’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for AntiLagDataAMDBuilder<'a>
impl<'a> Deref for AntiLagDataAMDBuilder<'a>
Source§type Target = AntiLagDataAMD
type Target = AntiLagDataAMD
The resulting type after dereferencing.
Source§impl<'a> DerefMut for AntiLagDataAMDBuilder<'a>
impl<'a> DerefMut for AntiLagDataAMDBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for AntiLagDataAMDBuilder<'a>
impl<'a> RefUnwindSafe for AntiLagDataAMDBuilder<'a>
impl<'a> !Send for AntiLagDataAMDBuilder<'a>
impl<'a> !Sync for AntiLagDataAMDBuilder<'a>
impl<'a> Unpin for AntiLagDataAMDBuilder<'a>
impl<'a> UnsafeUnpin for AntiLagDataAMDBuilder<'a>
impl<'a> UnwindSafe for AntiLagDataAMDBuilder<'a>
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