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