#[repr(C)]pub struct VkVideoDecodeVP9ProfileInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub stdProfile: StdVideoVP9Profile,
}Fields§
§sType: VkStructureType§pNext: *const c_void§stdProfile: StdVideoVP9ProfileTrait Implementations§
Source§impl Clone for VkVideoDecodeVP9ProfileInfoKHR
impl Clone for VkVideoDecodeVP9ProfileInfoKHR
Source§fn clone(&self) -> VkVideoDecodeVP9ProfileInfoKHR
fn clone(&self) -> VkVideoDecodeVP9ProfileInfoKHR
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 moreimpl Copy for VkVideoDecodeVP9ProfileInfoKHR
Auto Trait Implementations§
impl Freeze for VkVideoDecodeVP9ProfileInfoKHR
impl RefUnwindSafe for VkVideoDecodeVP9ProfileInfoKHR
impl !Send for VkVideoDecodeVP9ProfileInfoKHR
impl !Sync for VkVideoDecodeVP9ProfileInfoKHR
impl Unpin for VkVideoDecodeVP9ProfileInfoKHR
impl UnwindSafe for VkVideoDecodeVP9ProfileInfoKHR
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