Struct vks::VkPresentModeKHR [] [src]

#[repr(C)]
pub struct VkPresentModeKHR(_);

Methods

impl VkPresentModeKHR
[src]

Trait Implementations

impl Default for VkPresentModeKHR
[src]

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

impl Copy for VkPresentModeKHR
[src]

impl Clone for VkPresentModeKHR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for VkPresentModeKHR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for VkPresentModeKHR
[src]

impl Hash for VkPresentModeKHR
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for VkPresentModeKHR
[src]

Formats the value using the given formatter.