Struct ash::vk::SemaphoreCreateInfo
source · #[repr(C)]pub struct SemaphoreCreateInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: SemaphoreCreateFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: SemaphoreCreateFlags
Implementations§
source§impl SemaphoreCreateInfo
impl SemaphoreCreateInfo
pub fn builder<'a>() -> SemaphoreCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for SemaphoreCreateInfo
impl Clone for SemaphoreCreateInfo
source§fn clone(&self) -> SemaphoreCreateInfo
fn clone(&self) -> SemaphoreCreateInfo
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 SemaphoreCreateInfo
impl Debug for SemaphoreCreateInfo
source§impl Default for SemaphoreCreateInfo
impl Default for SemaphoreCreateInfo
source§impl TaggedStructure for SemaphoreCreateInfo
impl TaggedStructure for SemaphoreCreateInfo
const STRUCTURE_TYPE: StructureType = StructureType::SEMAPHORE_CREATE_INFO
impl Copy for SemaphoreCreateInfo
Auto Trait Implementations§
impl Freeze for SemaphoreCreateInfo
impl RefUnwindSafe for SemaphoreCreateInfo
impl !Send for SemaphoreCreateInfo
impl !Sync for SemaphoreCreateInfo
impl Unpin for SemaphoreCreateInfo
impl UnwindSafe for SemaphoreCreateInfo
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