#[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 moreimpl Copy for VideoGetMemoryPropertiesKHR
Auto Trait Implementations§
impl Freeze for VideoGetMemoryPropertiesKHR
impl RefUnwindSafe for VideoGetMemoryPropertiesKHR
impl !Send for VideoGetMemoryPropertiesKHR
impl !Sync for VideoGetMemoryPropertiesKHR
impl Unpin for VideoGetMemoryPropertiesKHR
impl UnwindSafe for VideoGetMemoryPropertiesKHR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)