Struct ash::vk::VideoDecodeInfoKHR
source · #[repr(C)]pub struct VideoDecodeInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: VideoDecodeFlagsKHR,
pub src_buffer: Buffer,
pub src_buffer_offset: DeviceSize,
pub src_buffer_range: DeviceSize,
pub dst_picture_resource: VideoPictureResourceInfoKHR,
pub p_setup_reference_slot: *const VideoReferenceSlotInfoKHR,
pub reference_slot_count: u32,
pub p_reference_slots: *const VideoReferenceSlotInfoKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: VideoDecodeFlagsKHR
§src_buffer: Buffer
§src_buffer_offset: DeviceSize
§src_buffer_range: DeviceSize
§dst_picture_resource: VideoPictureResourceInfoKHR
§p_setup_reference_slot: *const VideoReferenceSlotInfoKHR
§reference_slot_count: u32
§p_reference_slots: *const VideoReferenceSlotInfoKHR
Implementations§
source§impl VideoDecodeInfoKHR
impl VideoDecodeInfoKHR
pub fn builder<'a>() -> VideoDecodeInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoDecodeInfoKHR
impl Clone for VideoDecodeInfoKHR
source§fn clone(&self) -> VideoDecodeInfoKHR
fn clone(&self) -> VideoDecodeInfoKHR
Returns a copy 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 moresource§impl Debug for VideoDecodeInfoKHR
impl Debug for VideoDecodeInfoKHR
source§impl Default for VideoDecodeInfoKHR
impl Default for VideoDecodeInfoKHR
source§impl TaggedStructure for VideoDecodeInfoKHR
impl TaggedStructure for VideoDecodeInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_DECODE_INFO_KHR
impl Copy for VideoDecodeInfoKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeInfoKHR
impl RefUnwindSafe for VideoDecodeInfoKHR
impl !Send for VideoDecodeInfoKHR
impl !Sync for VideoDecodeInfoKHR
impl Unpin for VideoDecodeInfoKHR
impl UnwindSafe for VideoDecodeInfoKHR
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