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