pub struct StdVideoH264SequenceParameterSet { /* private fields */ }Expand description
Opaque video codec type (defined in vulkan_video_codec headers).
Trait Implementations§
Source§impl Clone for StdVideoH264SequenceParameterSet
impl Clone for StdVideoH264SequenceParameterSet
Source§fn clone(&self) -> StdVideoH264SequenceParameterSet
fn clone(&self) -> StdVideoH264SequenceParameterSet
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 Default for StdVideoH264SequenceParameterSet
impl Default for StdVideoH264SequenceParameterSet
Source§fn default() -> StdVideoH264SequenceParameterSet
fn default() -> StdVideoH264SequenceParameterSet
Returns the “default value” for a type. Read more
impl Copy for StdVideoH264SequenceParameterSet
Auto Trait Implementations§
impl Freeze for StdVideoH264SequenceParameterSet
impl RefUnwindSafe for StdVideoH264SequenceParameterSet
impl Send for StdVideoH264SequenceParameterSet
impl Sync for StdVideoH264SequenceParameterSet
impl Unpin for StdVideoH264SequenceParameterSet
impl UnsafeUnpin for StdVideoH264SequenceParameterSet
impl UnwindSafe for StdVideoH264SequenceParameterSet
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