Enum spirv_tools_sys::val::ValidatorLimits
source · [−]#[repr(C)]
pub enum ValidatorLimits {
StructMembers,
StructDepth,
LocalVariables,
GlobalVariables,
SwitchBranches,
FunctionArgs,
ControlFlowNestingDepth,
AccessChainIndexes,
IdBound,
}
Variants
StructMembers
StructDepth
LocalVariables
GlobalVariables
SwitchBranches
FunctionArgs
ControlFlowNestingDepth
AccessChainIndexes
IdBound
Trait Implementations
sourceimpl Clone for ValidatorLimits
impl Clone for ValidatorLimits
sourcefn clone(&self) -> ValidatorLimits
fn clone(&self) -> ValidatorLimits
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ValidatorLimits
impl Debug for ValidatorLimits
impl Copy for ValidatorLimits
Auto Trait Implementations
impl RefUnwindSafe for ValidatorLimits
impl Send for ValidatorLimits
impl Sync for ValidatorLimits
impl Unpin for ValidatorLimits
impl UnwindSafe for ValidatorLimits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more