Struct bedrock::vk::VkSparseMemoryBind [] [src]

#[repr(C)]
pub struct VkSparseMemoryBind { pub resourceOffset: VkDeviceSize, pub size: VkDeviceSize, pub memory: VkDeviceMemory, pub memoryOffset: VkDeviceSize, pub flags: VkSparseMemoryBindFlags, }

Fields

Trait Implementations

impl Debug for VkSparseMemoryBind
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkSparseMemoryBind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for VkSparseMemoryBind
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for VkSparseMemoryBind
[src]

Auto Trait Implementations