#[repr(C)]pub struct LatencySleepInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub signal_semaphore: Semaphore,
pub value: u64,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§signal_semaphore: Semaphore§value: u64Trait Implementations§
Source§impl Clone for LatencySleepInfoNV
impl Clone for LatencySleepInfoNV
Source§fn clone(&self) -> LatencySleepInfoNV
fn clone(&self) -> LatencySleepInfoNV
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 Debug for LatencySleepInfoNV
impl Debug for LatencySleepInfoNV
Source§impl Default for LatencySleepInfoNV
impl Default for LatencySleepInfoNV
Source§impl Hash for LatencySleepInfoNV
impl Hash for LatencySleepInfoNV
Source§impl PartialEq for LatencySleepInfoNV
impl PartialEq for LatencySleepInfoNV
impl Copy for LatencySleepInfoNV
impl Eq for LatencySleepInfoNV
impl Send for LatencySleepInfoNV
impl StructuralPartialEq for LatencySleepInfoNV
impl Sync for LatencySleepInfoNV
Auto Trait Implementations§
impl Freeze for LatencySleepInfoNV
impl RefUnwindSafe for LatencySleepInfoNV
impl Unpin for LatencySleepInfoNV
impl UnwindSafe for LatencySleepInfoNV
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