Struct lava::VkProtectedSubmitInfo[][src]

pub struct VkProtectedSubmitInfo {
    pub protected_submit: bool,
}

Fields

Trait Implementations

impl Debug for VkProtectedSubmitInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for VkProtectedSubmitInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkProtectedSubmitInfo
[src]

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

Auto Trait Implementations