#[repr(C)]pub struct BindVideoSessionMemoryInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub memory_bind_index: u32,
pub memory: DeviceMemory,
pub memory_offset: DeviceSize,
pub memory_size: DeviceSize,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§memory_bind_index: u32§memory: DeviceMemory§memory_offset: DeviceSize§memory_size: DeviceSizeTrait Implementations§
Source§impl Clone for BindVideoSessionMemoryInfoKHR
impl Clone for BindVideoSessionMemoryInfoKHR
Source§fn clone(&self) -> BindVideoSessionMemoryInfoKHR
fn clone(&self) -> BindVideoSessionMemoryInfoKHR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BindVideoSessionMemoryInfoKHR
impl Eq for BindVideoSessionMemoryInfoKHR
Source§impl Hash for BindVideoSessionMemoryInfoKHR
impl Hash for BindVideoSessionMemoryInfoKHR
impl Send for BindVideoSessionMemoryInfoKHR
impl StructuralPartialEq for BindVideoSessionMemoryInfoKHR
impl Sync for BindVideoSessionMemoryInfoKHR
Auto Trait Implementations§
impl Freeze for BindVideoSessionMemoryInfoKHR
impl RefUnwindSafe for BindVideoSessionMemoryInfoKHR
impl Unpin for BindVideoSessionMemoryInfoKHR
impl UnsafeUnpin for BindVideoSessionMemoryInfoKHR
impl UnwindSafe for BindVideoSessionMemoryInfoKHR
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