Enum screen_13::driver::SampleCount
source · [−]pub enum SampleCount {
X1,
X2,
X4,
X8,
X16,
X32,
X64,
}Variants
X1
X2
X4
X8
X16
X32
X64
Implementations
sourceimpl SampleCount
impl SampleCount
pub fn compatible_items(self) -> impl Iterator<Item = Self>
pub fn into_vk(self) -> SampleCountFlags
Trait Implementations
sourceimpl Clone for SampleCount
impl Clone for SampleCount
sourcefn clone(&self) -> SampleCount
fn clone(&self) -> SampleCount
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 more
sourceimpl Debug for SampleCount
impl Debug for SampleCount
sourceimpl Default for SampleCount
impl Default for SampleCount
sourceimpl Hash for SampleCount
impl Hash for SampleCount
sourceimpl PartialEq<SampleCount> for SampleCount
impl PartialEq<SampleCount> for SampleCount
impl Copy for SampleCount
impl Eq for SampleCount
impl StructuralEq for SampleCount
impl StructuralPartialEq for SampleCount
Auto Trait Implementations
impl RefUnwindSafe for SampleCount
impl Send for SampleCount
impl Sync for SampleCount
impl Unpin for SampleCount
impl UnwindSafe for SampleCount
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