#[repr(C)]pub struct VideoDecodeH265SessionParametersAddInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub vps_std_count: u32,
pub p_vps_std: *const StdVideoH265VideoParameterSet,
pub sps_std_count: u32,
pub p_sps_std: *const StdVideoH265SequenceParameterSet,
pub pps_std_count: u32,
pub p_pps_std: *const StdVideoH265PictureParameterSet,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§vps_std_count: u32
§p_vps_std: *const StdVideoH265VideoParameterSet
§sps_std_count: u32
§p_sps_std: *const StdVideoH265SequenceParameterSet
§pps_std_count: u32
§p_pps_std: *const StdVideoH265PictureParameterSet
Implementations§
Trait Implementations§
Source§impl Clone for VideoDecodeH265SessionParametersAddInfoEXT
impl Clone for VideoDecodeH265SessionParametersAddInfoEXT
Source§fn clone(&self) -> VideoDecodeH265SessionParametersAddInfoEXT
fn clone(&self) -> VideoDecodeH265SessionParametersAddInfoEXT
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 moreimpl Copy for VideoDecodeH265SessionParametersAddInfoEXT
impl ExtendsVideoSessionParametersUpdateInfoKHR for VideoDecodeH265SessionParametersAddInfoEXT
Auto Trait Implementations§
impl Freeze for VideoDecodeH265SessionParametersAddInfoEXT
impl RefUnwindSafe for VideoDecodeH265SessionParametersAddInfoEXT
impl !Send for VideoDecodeH265SessionParametersAddInfoEXT
impl !Sync for VideoDecodeH265SessionParametersAddInfoEXT
impl Unpin for VideoDecodeH265SessionParametersAddInfoEXT
impl UnwindSafe for VideoDecodeH265SessionParametersAddInfoEXT
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)