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