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