Struct ash::vk::SemaphoreSignalInfo
source · #[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: StructureType
§p_next: *const c_void
§semaphore: Semaphore
§value: u64
Implementations§
source§impl SemaphoreSignalInfo
impl SemaphoreSignalInfo
pub fn builder<'a>() -> SemaphoreSignalInfoBuilder<'a>
Trait Implementations§
source§impl Clone for SemaphoreSignalInfo
impl Clone for SemaphoreSignalInfo
source§fn clone(&self) -> SemaphoreSignalInfo
fn clone(&self) -> SemaphoreSignalInfo
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 Debug for SemaphoreSignalInfo
impl Debug for SemaphoreSignalInfo
source§impl Default for SemaphoreSignalInfo
impl Default for SemaphoreSignalInfo
source§impl TaggedStructure for SemaphoreSignalInfo
impl TaggedStructure for SemaphoreSignalInfo
const STRUCTURE_TYPE: StructureType = StructureType::SEMAPHORE_SIGNAL_INFO
impl Copy for SemaphoreSignalInfo
Auto Trait Implementations§
impl Freeze for SemaphoreSignalInfo
impl RefUnwindSafe for SemaphoreSignalInfo
impl !Send for SemaphoreSignalInfo
impl !Sync for SemaphoreSignalInfo
impl Unpin for SemaphoreSignalInfo
impl UnwindSafe for SemaphoreSignalInfo
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