Struct dacite::core::MemoryBarrier [] [src]

pub struct MemoryBarrier {
    pub src_access_mask: AccessFlags,
    pub dst_access_mask: AccessFlags,
    pub chain: Option<MemoryBarrierChain>,
}

Fields

Trait Implementations

impl Debug for MemoryBarrier
[src]

Formats the value using the given formatter.

impl Clone for MemoryBarrier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MemoryBarrier
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.