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