#[repr(C)]pub struct VideoDecodeCapabilitiesKHR {
pub sType: StructureType,
pub pNext: *mut c_void,
pub flags: VideoDecodeCapabilityFlagsKHR,
}Fields§
§sType: StructureType§pNext: *mut c_void§flags: VideoDecodeCapabilityFlagsKHRTrait Implementations§
Source§impl Clone for VideoDecodeCapabilitiesKHR
impl Clone for VideoDecodeCapabilitiesKHR
Source§fn clone(&self) -> VideoDecodeCapabilitiesKHR
fn clone(&self) -> VideoDecodeCapabilitiesKHR
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 VideoDecodeCapabilitiesKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeCapabilitiesKHR
impl RefUnwindSafe for VideoDecodeCapabilitiesKHR
impl !Send for VideoDecodeCapabilitiesKHR
impl !Sync for VideoDecodeCapabilitiesKHR
impl Unpin for VideoDecodeCapabilitiesKHR
impl UnwindSafe for VideoDecodeCapabilitiesKHR
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