#[repr(C)]pub struct VideoReferenceSlotInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub slotIndex: i32,
pub pPictureResource: *const VideoPictureResourceInfoKHR,
}Fields§
§sType: StructureType§pNext: *const c_void§slotIndex: i32§pPictureResource: *const VideoPictureResourceInfoKHRTrait Implementations§
Source§impl Clone for VideoReferenceSlotInfoKHR
impl Clone for VideoReferenceSlotInfoKHR
Source§fn clone(&self) -> VideoReferenceSlotInfoKHR
fn clone(&self) -> VideoReferenceSlotInfoKHR
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 VideoReferenceSlotInfoKHR
Auto Trait Implementations§
impl Freeze for VideoReferenceSlotInfoKHR
impl RefUnwindSafe for VideoReferenceSlotInfoKHR
impl !Send for VideoReferenceSlotInfoKHR
impl !Sync for VideoReferenceSlotInfoKHR
impl Unpin for VideoReferenceSlotInfoKHR
impl UnwindSafe for VideoReferenceSlotInfoKHR
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