#[repr(C)]pub struct SemaphoreTypeCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub semaphoreType: SemaphoreType,
pub initialValue: u64,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§semaphoreType: SemaphoreType
§initialValue: u64
Trait Implementations§
Source§impl Clone for SemaphoreTypeCreateInfo
impl Clone for SemaphoreTypeCreateInfo
Source§fn clone(&self) -> SemaphoreTypeCreateInfo
fn clone(&self) -> SemaphoreTypeCreateInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SemaphoreTypeCreateInfo
Auto Trait Implementations§
impl Freeze for SemaphoreTypeCreateInfo
impl RefUnwindSafe for SemaphoreTypeCreateInfo
impl !Send for SemaphoreTypeCreateInfo
impl !Sync for SemaphoreTypeCreateInfo
impl Unpin for SemaphoreTypeCreateInfo
impl UnwindSafe for SemaphoreTypeCreateInfo
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