#[repr(C)]pub struct VkVideoDecodeAV1CapabilitiesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub maxLevel: StdVideoAV1Level,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§maxLevel: StdVideoAV1Level
Trait Implementations§
Source§impl Clone for VkVideoDecodeAV1CapabilitiesKHR
impl Clone for VkVideoDecodeAV1CapabilitiesKHR
Source§fn clone(&self) -> VkVideoDecodeAV1CapabilitiesKHR
fn clone(&self) -> VkVideoDecodeAV1CapabilitiesKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkVideoDecodeAV1CapabilitiesKHR
Auto Trait Implementations§
impl Freeze for VkVideoDecodeAV1CapabilitiesKHR
impl RefUnwindSafe for VkVideoDecodeAV1CapabilitiesKHR
impl !Send for VkVideoDecodeAV1CapabilitiesKHR
impl !Sync for VkVideoDecodeAV1CapabilitiesKHR
impl Unpin for VkVideoDecodeAV1CapabilitiesKHR
impl UnwindSafe for VkVideoDecodeAV1CapabilitiesKHR
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