#[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: StructureTypep_next: *const c_voidmemory_bind_index: u32p_memory_requirements: *mut MemoryRequirements2Implementations
sourceimpl VideoGetMemoryPropertiesKHR
impl VideoGetMemoryPropertiesKHR
pub fn builder<'a>() -> VideoGetMemoryPropertiesKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for VideoGetMemoryPropertiesKHR
impl Clone for VideoGetMemoryPropertiesKHR
sourcefn clone(&self) -> VideoGetMemoryPropertiesKHR
fn clone(&self) -> VideoGetMemoryPropertiesKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VideoGetMemoryPropertiesKHR
impl Debug for VideoGetMemoryPropertiesKHR
sourceimpl Default for VideoGetMemoryPropertiesKHR
impl Default for VideoGetMemoryPropertiesKHR
sourcefn default() -> VideoGetMemoryPropertiesKHR
fn default() -> VideoGetMemoryPropertiesKHR
Returns the “default value” for a type. Read more
impl Copy for VideoGetMemoryPropertiesKHR
Auto Trait Implementations
impl RefUnwindSafe for VideoGetMemoryPropertiesKHR
impl !Send for VideoGetMemoryPropertiesKHR
impl !Sync for VideoGetMemoryPropertiesKHR
impl Unpin for VideoGetMemoryPropertiesKHR
impl UnwindSafe for VideoGetMemoryPropertiesKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more