#[repr(i32)]pub enum SpvSelectionControlMask {
None = 0,
SpvSelectionControlFlattenMask = 1,
SpvSelectionControlDontFlattenMask = 2,
}Variants§
Trait Implementations§
source§impl Clone for SpvSelectionControlMask
impl Clone for SpvSelectionControlMask
source§fn clone(&self) -> SpvSelectionControlMask
fn clone(&self) -> SpvSelectionControlMask
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SpvSelectionControlMask
impl Debug for SpvSelectionControlMask
source§impl Hash for SpvSelectionControlMask
impl Hash for SpvSelectionControlMask
source§impl PartialEq for SpvSelectionControlMask
impl PartialEq for SpvSelectionControlMask
impl Copy for SpvSelectionControlMask
impl Eq for SpvSelectionControlMask
impl StructuralPartialEq for SpvSelectionControlMask
Auto Trait Implementations§
impl Freeze for SpvSelectionControlMask
impl RefUnwindSafe for SpvSelectionControlMask
impl Send for SpvSelectionControlMask
impl Sync for SpvSelectionControlMask
impl Unpin for SpvSelectionControlMask
impl UnwindSafe for SpvSelectionControlMask
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)