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 moresource§impl Debug for PresentFrameTokenGGP
impl Debug for PresentFrameTokenGGP
source§impl Default for PresentFrameTokenGGP
impl Default for PresentFrameTokenGGP
source§impl TaggedStructure for PresentFrameTokenGGP
impl TaggedStructure for PresentFrameTokenGGP
const STRUCTURE_TYPE: StructureType = StructureType::PRESENT_FRAME_TOKEN_GGP
impl Copy for PresentFrameTokenGGP
impl ExtendsPresentInfoKHR for PresentFrameTokenGGP
Auto Trait Implementations§
impl Freeze for PresentFrameTokenGGP
impl RefUnwindSafe for PresentFrameTokenGGP
impl !Send for PresentFrameTokenGGP
impl !Sync for PresentFrameTokenGGP
impl Unpin for PresentFrameTokenGGP
impl UnwindSafe for PresentFrameTokenGGP
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more