#[repr(C)]pub struct BindVideoSessionMemoryInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub memoryBindIndex: u32,
pub memory: DeviceMemory,
pub memoryOffset: DeviceSize,
pub memorySize: DeviceSize,
}Fields§
§sType: StructureType§pNext: *const c_void§memoryBindIndex: u32§memory: DeviceMemory§memoryOffset: DeviceSize§memorySize: 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 · 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
Auto Trait Implementations§
impl Freeze for BindVideoSessionMemoryInfoKHR
impl RefUnwindSafe for BindVideoSessionMemoryInfoKHR
impl !Send for BindVideoSessionMemoryInfoKHR
impl !Sync for BindVideoSessionMemoryInfoKHR
impl Unpin 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