Struct ash::vk::VideoEncodeH264DpbSlotInfoEXT
source · #[repr(C)]pub struct VideoEncodeH264DpbSlotInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub p_std_reference_info: *const StdVideoEncodeH264ReferenceInfo,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§p_std_reference_info: *const StdVideoEncodeH264ReferenceInfo
Implementations§
source§impl VideoEncodeH264DpbSlotInfoEXT
impl VideoEncodeH264DpbSlotInfoEXT
pub fn builder<'a>() -> VideoEncodeH264DpbSlotInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for VideoEncodeH264DpbSlotInfoEXT
impl Clone for VideoEncodeH264DpbSlotInfoEXT
source§fn clone(&self) -> VideoEncodeH264DpbSlotInfoEXT
fn clone(&self) -> VideoEncodeH264DpbSlotInfoEXT
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 TaggedStructure for VideoEncodeH264DpbSlotInfoEXT
impl TaggedStructure for VideoEncodeH264DpbSlotInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_ENCODE_H264_DPB_SLOT_INFO_EXT
impl Copy for VideoEncodeH264DpbSlotInfoEXT
impl ExtendsVideoReferenceSlotInfoKHR for VideoEncodeH264DpbSlotInfoEXT
Auto Trait Implementations§
impl Freeze for VideoEncodeH264DpbSlotInfoEXT
impl RefUnwindSafe for VideoEncodeH264DpbSlotInfoEXT
impl !Send for VideoEncodeH264DpbSlotInfoEXT
impl !Sync for VideoEncodeH264DpbSlotInfoEXT
impl Unpin for VideoEncodeH264DpbSlotInfoEXT
impl UnwindSafe for VideoEncodeH264DpbSlotInfoEXT
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