#[repr(C)]pub struct VideoDecodeH265InlineSessionParametersInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub std_vps: *const StdVideoH265VideoParameterSet,
pub std_sps: *const StdVideoH265SequenceParameterSet,
pub std_pps: *const StdVideoH265PictureParameterSet,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§std_vps: *const StdVideoH265VideoParameterSet§std_sps: *const StdVideoH265SequenceParameterSet§std_pps: *const StdVideoH265PictureParameterSetTrait Implementations§
Source§impl Clone for VideoDecodeH265InlineSessionParametersInfoKHR
impl Clone for VideoDecodeH265InlineSessionParametersInfoKHR
Source§fn clone(&self) -> VideoDecodeH265InlineSessionParametersInfoKHR
fn clone(&self) -> VideoDecodeH265InlineSessionParametersInfoKHR
Returns a duplicate 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 PartialEq for VideoDecodeH265InlineSessionParametersInfoKHR
impl PartialEq for VideoDecodeH265InlineSessionParametersInfoKHR
Source§fn eq(&self, other: &VideoDecodeH265InlineSessionParametersInfoKHR) -> bool
fn eq(&self, other: &VideoDecodeH265InlineSessionParametersInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for VideoDecodeH265InlineSessionParametersInfoKHR
impl Eq for VideoDecodeH265InlineSessionParametersInfoKHR
impl Send for VideoDecodeH265InlineSessionParametersInfoKHR
impl StructuralPartialEq for VideoDecodeH265InlineSessionParametersInfoKHR
impl Sync for VideoDecodeH265InlineSessionParametersInfoKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeH265InlineSessionParametersInfoKHR
impl RefUnwindSafe for VideoDecodeH265InlineSessionParametersInfoKHR
impl Unpin for VideoDecodeH265InlineSessionParametersInfoKHR
impl UnwindSafe for VideoDecodeH265InlineSessionParametersInfoKHR
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