Struct ash::vk::PresentFrameTokenGGP
source · #[repr(C)]pub struct PresentFrameTokenGGP {
pub s_type: StructureType,
pub p_next: *const c_void,
pub frame_token: GgpFrameToken,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§frame_token: GgpFrameToken
Implementations§
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 more