#[repr(C)]pub struct SemaphoreCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: SemaphoreCreateFlags,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: SemaphoreCreateFlagsImplementations
sourceimpl SemaphoreCreateInfo
impl SemaphoreCreateInfo
pub fn builder<'a>() -> SemaphoreCreateInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for SemaphoreCreateInfo
impl Clone for SemaphoreCreateInfo
sourcefn clone(&self) -> SemaphoreCreateInfo
fn clone(&self) -> SemaphoreCreateInfo
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 SemaphoreCreateInfo
impl Debug for SemaphoreCreateInfo
sourceimpl Default for SemaphoreCreateInfo
impl Default for SemaphoreCreateInfo
sourcefn default() -> SemaphoreCreateInfo
fn default() -> SemaphoreCreateInfo
Returns the “default value” for a type. Read more
impl Copy for SemaphoreCreateInfo
Auto Trait Implementations
impl RefUnwindSafe for SemaphoreCreateInfo
impl !Send for SemaphoreCreateInfo
impl !Sync for SemaphoreCreateInfo
impl Unpin for SemaphoreCreateInfo
impl UnwindSafe for SemaphoreCreateInfo
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