#[repr(C)]pub struct PresentFrameTokenGGP {
pub s_type: StructureType,
pub p_next: *const c_void,
pub frame_token: u64,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidframe_token: u64Implementations
sourceimpl PresentFrameTokenGGP
impl PresentFrameTokenGGP
pub fn builder<'a>() -> PresentFrameTokenGGPBuilder<'a>
Trait Implementations
sourceimpl Clone for PresentFrameTokenGGP
impl Clone for PresentFrameTokenGGP
sourcefn clone(&self) -> PresentFrameTokenGGP
fn clone(&self) -> PresentFrameTokenGGP
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PresentFrameTokenGGP
impl Debug for PresentFrameTokenGGP
sourceimpl Default for PresentFrameTokenGGP
impl Default for PresentFrameTokenGGP
sourcefn 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 RefUnwindSafe for PresentFrameTokenGGP
impl !Send for PresentFrameTokenGGP
impl !Sync for PresentFrameTokenGGP
impl Unpin for PresentFrameTokenGGP
impl UnwindSafe for PresentFrameTokenGGP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more