Struct bedrock::vk::VkSpecializationInfo [] [src]

#[repr(C)]
pub struct VkSpecializationInfo { pub mapEntryCount: u32, pub pMapEntries: *const VkSpecializationMapEntry, pub dataSize: size_t, pub pData: *const c_void, }

Fields

Trait Implementations

impl Debug for VkSpecializationInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VkSpecializationInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

Auto Trait Implementations