Struct lava::VkSampleCountFlags[][src]

pub struct VkSampleCountFlags {
    pub _1: bool,
    pub _2: bool,
    pub _4: bool,
    pub _8: bool,
    pub _16: bool,
    pub _32: bool,
    pub _64: bool,
}

Fields

Methods

impl VkSampleCountFlags
[src]

Trait Implementations

impl Debug for VkSampleCountFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkSampleCountFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkSampleCountFlags
[src]

impl Default for VkSampleCountFlags
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations