Struct ash::vk::MemoryBarrier [−][src]
#[repr(C)]pub struct MemoryBarrier { pub s_type: StructureType, pub p_next: *const c_void, pub src_access_mask: AccessFlags, pub dst_access_mask: AccessFlags, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
src_access_mask: AccessFlags
dst_access_mask: AccessFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MemoryBarrier
impl !Send for MemoryBarrier
impl !Sync for MemoryBarrier
impl Unpin for MemoryBarrier
impl UnwindSafe for MemoryBarrier
Blanket Implementations
Mutably borrows from an owned value. Read more