Struct vulkanalia_sys::PresentFrameTokenGGP
source · [−]#[repr(C)]pub struct PresentFrameTokenGGP {
pub s_type: StructureType,
pub next: *const c_void,
pub frame_token: GgpFrameToken,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidframe_token: GgpFrameTokenTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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