#[repr(C)]pub struct VkLatencySleepInfoNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub signalSemaphore: VkSemaphore,
pub value: u64,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§signalSemaphore: VkSemaphore
§value: u64
Trait Implementations§
Source§impl Clone for VkLatencySleepInfoNV
impl Clone for VkLatencySleepInfoNV
Source§fn clone(&self) -> VkLatencySleepInfoNV
fn clone(&self) -> VkLatencySleepInfoNV
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 Default for VkLatencySleepInfoNV
impl Default for VkLatencySleepInfoNV
impl Copy for VkLatencySleepInfoNV
Auto Trait Implementations§
impl Freeze for VkLatencySleepInfoNV
impl RefUnwindSafe for VkLatencySleepInfoNV
impl !Send for VkLatencySleepInfoNV
impl !Sync for VkLatencySleepInfoNV
impl Unpin for VkLatencySleepInfoNV
impl UnwindSafe for VkLatencySleepInfoNV
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