Struct ash::vk::VideoGetMemoryPropertiesKHR
source · #[repr(C)]pub struct VideoGetMemoryPropertiesKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub memory_bind_index: u32,
pub p_memory_requirements: *mut MemoryRequirements2,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§memory_bind_index: u32
§p_memory_requirements: *mut MemoryRequirements2
Implementations§
source§impl VideoGetMemoryPropertiesKHR
impl VideoGetMemoryPropertiesKHR
pub fn builder<'a>() -> VideoGetMemoryPropertiesKHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoGetMemoryPropertiesKHR
impl Clone for VideoGetMemoryPropertiesKHR
source§fn clone(&self) -> VideoGetMemoryPropertiesKHR
fn clone(&self) -> VideoGetMemoryPropertiesKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more