#[repr(C)]pub struct VideoReferenceSlotInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub slot_index: i32,
pub picture_resource: *const VideoPictureResourceInfoKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§slot_index: i32§picture_resource: *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 (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 VideoReferenceSlotInfoKHR
Source§impl Debug for VideoReferenceSlotInfoKHR
impl Debug for VideoReferenceSlotInfoKHR
Source§impl Default for VideoReferenceSlotInfoKHR
impl Default for VideoReferenceSlotInfoKHR
impl Eq for VideoReferenceSlotInfoKHR
Source§impl Hash for VideoReferenceSlotInfoKHR
impl Hash for VideoReferenceSlotInfoKHR
Source§impl PartialEq for VideoReferenceSlotInfoKHR
impl PartialEq for VideoReferenceSlotInfoKHR
Source§fn eq(&self, other: &VideoReferenceSlotInfoKHR) -> bool
fn eq(&self, other: &VideoReferenceSlotInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for VideoReferenceSlotInfoKHR
impl StructuralPartialEq for VideoReferenceSlotInfoKHR
impl Sync for VideoReferenceSlotInfoKHR
Auto Trait Implementations§
impl Freeze for VideoReferenceSlotInfoKHR
impl RefUnwindSafe for VideoReferenceSlotInfoKHR
impl Unpin for VideoReferenceSlotInfoKHR
impl UnsafeUnpin 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