#[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 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 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