Struct vulkanalia_sys::MemoryBarrier
source · [−]#[repr(C)]pub struct MemoryBarrier {
pub s_type: StructureType,
pub next: *const c_void,
pub src_access_mask: AccessFlags,
pub dst_access_mask: AccessFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsrc_access_mask: AccessFlagsdst_access_mask: AccessFlagsTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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