Enum spirv_std_types::image_params::Arrayed
source · [−]#[repr(u32)]
pub enum Arrayed {
False,
True,
}Expand description
Whether the image uses arrayed content.
Variants
False
The image uses not arrayed content.
True
The image uses arrayed content.
Trait Implementations
impl Copy for Arrayed
impl Eq for Arrayed
impl StructuralEq for Arrayed
impl StructuralPartialEq for Arrayed
Auto Trait Implementations
impl RefUnwindSafe for Arrayed
impl Send for Arrayed
impl Sync for Arrayed
impl Unpin for Arrayed
impl UnwindSafe for Arrayed
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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