Struct vulkan_rs::VkFence [] [src]

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

Opaque handle to a fence object

Trait Implementations

impl Clone for VkFence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkFence
[src]

impl Debug for VkFence
[src]

Formats the value using the given formatter.

impl PartialEq for VkFence
[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 VkFence
[src]

impl VkNullHandle for VkFence
[src]

Returns a reserved non-valid object handle.

impl Default for VkFence
[src]

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