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