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