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