#[repr(C)]pub struct VideoDecodeInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: VideoDecodeFlagsKHR,
pub coded_offset: Offset2D,
pub coded_extent: Extent2D,
pub src_buffer: Buffer,
pub src_buffer_offset: u64,
pub src_buffer_range: u64,
pub dst_picture_resource: VideoPictureResourceKHR,
pub p_setup_reference_slot: *const VideoReferenceSlotKHR,
pub reference_slot_count: u32,
pub p_reference_slots: *const VideoReferenceSlotKHR,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: VideoDecodeFlagsKHRcoded_offset: Offset2Dcoded_extent: Extent2Dsrc_buffer: Buffersrc_buffer_offset: u64src_buffer_range: u64dst_picture_resource: VideoPictureResourceKHRp_setup_reference_slot: *const VideoReferenceSlotKHRreference_slot_count: u32p_reference_slots: *const VideoReferenceSlotKHRImplementations
sourceimpl VideoDecodeInfoKHR
impl VideoDecodeInfoKHR
pub fn builder<'a>() -> VideoDecodeInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for VideoDecodeInfoKHR
impl Clone for VideoDecodeInfoKHR
sourcefn clone(&self) -> VideoDecodeInfoKHR
fn clone(&self) -> VideoDecodeInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VideoDecodeInfoKHR
impl Debug for VideoDecodeInfoKHR
sourceimpl Default for VideoDecodeInfoKHR
impl Default for VideoDecodeInfoKHR
sourcefn default() -> VideoDecodeInfoKHR
fn default() -> VideoDecodeInfoKHR
Returns the “default value” for a type. Read more
impl Copy for VideoDecodeInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for VideoDecodeInfoKHR
impl !Send for VideoDecodeInfoKHR
impl !Sync for VideoDecodeInfoKHR
impl Unpin for VideoDecodeInfoKHR
impl UnwindSafe for VideoDecodeInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more