#[repr(C)]pub struct VkVideoDecodeH265InlineSessionParametersInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pStdVPS: *const StdVideoH265VideoParameterSet,
pub pStdSPS: *const StdVideoH265SequenceParameterSet,
pub pStdPPS: *const StdVideoH265PictureParameterSet,
}Fields§
§sType: VkStructureType§pNext: *const c_void§pStdVPS: *const StdVideoH265VideoParameterSet§pStdSPS: *const StdVideoH265SequenceParameterSet§pStdPPS: *const StdVideoH265PictureParameterSetTrait Implementations§
Source§impl Clone for VkVideoDecodeH265InlineSessionParametersInfoKHR
impl Clone for VkVideoDecodeH265InlineSessionParametersInfoKHR
Source§fn clone(&self) -> VkVideoDecodeH265InlineSessionParametersInfoKHR
fn clone(&self) -> VkVideoDecodeH265InlineSessionParametersInfoKHR
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 moreimpl Copy for VkVideoDecodeH265InlineSessionParametersInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoDecodeH265InlineSessionParametersInfoKHR
impl RefUnwindSafe for VkVideoDecodeH265InlineSessionParametersInfoKHR
impl !Send for VkVideoDecodeH265InlineSessionParametersInfoKHR
impl !Sync for VkVideoDecodeH265InlineSessionParametersInfoKHR
impl Unpin for VkVideoDecodeH265InlineSessionParametersInfoKHR
impl UnwindSafe for VkVideoDecodeH265InlineSessionParametersInfoKHR
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