#[repr(C)]pub struct PresentFrameTokenGGP {
pub s_type: StructureType,
pub p_next: *const c_void,
pub frame_token: u32,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PRESENT_FRAME_TOKEN_GGP.
p_next: *const c_voidOptional, may be null.
frame_token: u32Implementations§
Source§impl PresentFrameTokenGGP
impl PresentFrameTokenGGP
Sourcepub fn builder<'a>() -> PresentFrameTokenGGPBuilder<'a>
pub fn builder<'a>() -> PresentFrameTokenGGPBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PresentFrameTokenGGP
impl Clone for PresentFrameTokenGGP
Source§fn clone(&self) -> PresentFrameTokenGGP
fn clone(&self) -> PresentFrameTokenGGP
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 PresentFrameTokenGGP
impl Debug for PresentFrameTokenGGP
Source§impl Default for PresentFrameTokenGGP
impl Default for PresentFrameTokenGGP
Source§fn default() -> PresentFrameTokenGGP
fn default() -> PresentFrameTokenGGP
Returns the “default value” for a type. Read more
impl Copy for PresentFrameTokenGGP
impl ExtendsPresentInfoKHR for PresentFrameTokenGGP
Auto Trait Implementations§
impl Freeze for PresentFrameTokenGGP
impl RefUnwindSafe for PresentFrameTokenGGP
impl !Send for PresentFrameTokenGGP
impl !Sync for PresentFrameTokenGGP
impl Unpin for PresentFrameTokenGGP
impl UnsafeUnpin for PresentFrameTokenGGP
impl UnwindSafe for PresentFrameTokenGGP
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