#[repr(C)]pub struct VkPresentFrameTokenGGP {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub frameToken: GgpFrameToken,
}Fields§
§sType: VkStructureType§pNext: *const c_void§frameToken: GgpFrameTokenTrait Implementations§
Source§impl Clone for VkPresentFrameTokenGGP
impl Clone for VkPresentFrameTokenGGP
Source§fn clone(&self) -> VkPresentFrameTokenGGP
fn clone(&self) -> VkPresentFrameTokenGGP
Returns a duplicate 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 moreimpl Copy for VkPresentFrameTokenGGP
Auto Trait Implementations§
impl Freeze for VkPresentFrameTokenGGP
impl RefUnwindSafe for VkPresentFrameTokenGGP
impl !Send for VkPresentFrameTokenGGP
impl !Sync for VkPresentFrameTokenGGP
impl Unpin for VkPresentFrameTokenGGP
impl UnwindSafe for VkPresentFrameTokenGGP
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