#[repr(C)]pub struct SemaphoreSignalInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub value: u64,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidsemaphore: Semaphorevalue: u64Implementations
sourceimpl SemaphoreSignalInfo
impl SemaphoreSignalInfo
pub fn builder<'a>() -> SemaphoreSignalInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for SemaphoreSignalInfo
impl Clone for SemaphoreSignalInfo
sourcefn clone(&self) -> SemaphoreSignalInfo
fn clone(&self) -> SemaphoreSignalInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SemaphoreSignalInfo
impl Debug for SemaphoreSignalInfo
sourceimpl Default for SemaphoreSignalInfo
impl Default for SemaphoreSignalInfo
sourcefn default() -> SemaphoreSignalInfo
fn default() -> SemaphoreSignalInfo
Returns the “default value” for a type. Read more
impl Copy for SemaphoreSignalInfo
Auto Trait Implementations
impl RefUnwindSafe for SemaphoreSignalInfo
impl !Send for SemaphoreSignalInfo
impl !Sync for SemaphoreSignalInfo
impl Unpin for SemaphoreSignalInfo
impl UnwindSafe for SemaphoreSignalInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more