Struct ash::vk::PresentFrameTokenGGP
source · #[repr(C)]pub struct PresentFrameTokenGGP<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub frame_token: GgpFrameToken,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§frame_token: GgpFrameToken
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PresentFrameTokenGGP<'a>
impl<'a> PresentFrameTokenGGP<'a>
pub fn frame_token(self, frame_token: GgpFrameToken) -> Self
Trait Implementations§
source§impl<'a> Clone for PresentFrameTokenGGP<'a>
impl<'a> Clone for PresentFrameTokenGGP<'a>
source§fn clone(&self) -> PresentFrameTokenGGP<'a>
fn clone(&self) -> PresentFrameTokenGGP<'a>
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<'a> Debug for PresentFrameTokenGGP<'a>
impl<'a> Debug for PresentFrameTokenGGP<'a>
source§impl Default for PresentFrameTokenGGP<'_>
impl Default for PresentFrameTokenGGP<'_>
source§impl<'a> TaggedStructure for PresentFrameTokenGGP<'a>
impl<'a> TaggedStructure for PresentFrameTokenGGP<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PRESENT_FRAME_TOKEN_GGP
impl<'a> Copy for PresentFrameTokenGGP<'a>
impl ExtendsPresentInfoKHR for PresentFrameTokenGGP<'_>
impl Send for PresentFrameTokenGGP<'_>
impl Sync for PresentFrameTokenGGP<'_>
Auto Trait Implementations§
impl<'a> Freeze for PresentFrameTokenGGP<'a>
impl<'a> RefUnwindSafe for PresentFrameTokenGGP<'a>
impl<'a> Unpin for PresentFrameTokenGGP<'a>
impl<'a> UnwindSafe for PresentFrameTokenGGP<'a>
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