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) -> Self
pub fn max_fps(self, value: u32) -> Self
pub fn presentation_info(self, value: &'a AntiLagPresentationInfoAMD) -> Self
Sourcepub fn push_next<T: ExtendsAntiLagDataAMD>(self, next: &'a mut T) -> Self
pub fn push_next<T: ExtendsAntiLagDataAMD>(self, next: &'a mut T) -> Self
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>
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