#[repr(C)]pub struct VkAntiLagPresentationInfoAMD {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub stage: VkAntiLagStageAMD,
pub frameIndex: u64,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§stage: VkAntiLagStageAMD
§frameIndex: u64
Trait Implementations§
Source§impl Clone for VkAntiLagPresentationInfoAMD
impl Clone for VkAntiLagPresentationInfoAMD
Source§fn clone(&self) -> VkAntiLagPresentationInfoAMD
fn clone(&self) -> VkAntiLagPresentationInfoAMD
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 moreimpl Copy for VkAntiLagPresentationInfoAMD
Auto Trait Implementations§
impl Freeze for VkAntiLagPresentationInfoAMD
impl RefUnwindSafe for VkAntiLagPresentationInfoAMD
impl !Send for VkAntiLagPresentationInfoAMD
impl !Sync for VkAntiLagPresentationInfoAMD
impl Unpin for VkAntiLagPresentationInfoAMD
impl UnwindSafe for VkAntiLagPresentationInfoAMD
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