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