Struct ash::vk::PresentFrameTokenGGP [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PresentFrameTokenGGP
impl !Send for PresentFrameTokenGGP
impl !Sync for PresentFrameTokenGGP
impl Unpin for PresentFrameTokenGGP
impl UnwindSafe for PresentFrameTokenGGP
Blanket Implementations
Mutably borrows from an owned value. Read more