Struct screen_13::prelude::vk::PresentFrameTokenGGP
source · pub struct PresentFrameTokenGGP {
pub s_type: StructureType,
pub p_next: *const c_void,
pub frame_token: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§frame_token: u64Implementations§
source§impl PresentFrameTokenGGP
impl PresentFrameTokenGGP
pub fn builder<'a>() -> PresentFrameTokenGGPBuilder<'a>
Trait Implementations§
source§impl Clone for PresentFrameTokenGGP
impl Clone for PresentFrameTokenGGP
source§fn clone(&self) -> PresentFrameTokenGGP
fn clone(&self) -> PresentFrameTokenGGP
Returns a copy 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