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