[−][src]Trait rendy_chain::AccessFlags
Trait to abstract of specific access flags.
Required methods
fn empty() -> Self
Get flags value with no flags set.
fn exclusive(&self) -> bool
Check if this access must be exclusive.
Basically this checks if all flags are known read flags.