Enum spirv_std_types::image_params::Multisampled
source · [−]#[repr(u32)]
pub enum Multisampled {
False,
True,
}Expand description
Whether the image uses arrayed content.
Variants
False
The image contains single-sampled content.
True
The image contains multisampled content.
Trait Implementations
sourceimpl Clone for Multisampled
impl Clone for Multisampled
sourcefn clone(&self) -> Multisampled
fn clone(&self) -> Multisampled
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl From<bool> for Multisampled
impl From<bool> for Multisampled
sourceimpl PartialEq<Multisampled> for Multisampled
impl PartialEq<Multisampled> for Multisampled
sourcefn eq(&self, other: &Multisampled) -> bool
fn eq(&self, other: &Multisampled) -> bool
impl Copy for Multisampled
impl Eq for Multisampled
impl StructuralEq for Multisampled
impl StructuralPartialEq for Multisampled
Auto Trait Implementations
impl RefUnwindSafe for Multisampled
impl Send for Multisampled
impl Sync for Multisampled
impl Unpin for Multisampled
impl UnwindSafe for Multisampled
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