Enum spirv_std::image::Multisampled
source · pub enum Multisampled {
False,
True,
}
Expand description
Whether the image uses arrayed content.
Variants§
Trait Implementations§
source§impl Clone for Multisampled
impl Clone for Multisampled
source§fn clone(&self) -> Multisampled
fn clone(&self) -> Multisampled
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 From<bool> for Multisampled
impl From<bool> for Multisampled
source§fn from(val: bool) -> Multisampled
fn from(val: bool) -> Multisampled
Converts to this type from the input type.
source§impl PartialEq<Multisampled> for Multisampled
impl PartialEq<Multisampled> for Multisampled
source§fn eq(&self, other: &Multisampled) -> bool
fn eq(&self, other: &Multisampled) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.