#[repr(C)]pub struct VideoDecodeUsageInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub video_usage_hints: VideoDecodeUsageFlagsKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§video_usage_hints: VideoDecodeUsageFlagsKHRTrait Implementations§
Source§impl Clone for VideoDecodeUsageInfoKHR
impl Clone for VideoDecodeUsageInfoKHR
Source§fn clone(&self) -> VideoDecodeUsageInfoKHR
fn clone(&self) -> VideoDecodeUsageInfoKHR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VideoDecodeUsageInfoKHR
Source§impl Debug for VideoDecodeUsageInfoKHR
impl Debug for VideoDecodeUsageInfoKHR
Source§impl Default for VideoDecodeUsageInfoKHR
impl Default for VideoDecodeUsageInfoKHR
impl Eq for VideoDecodeUsageInfoKHR
Source§impl Hash for VideoDecodeUsageInfoKHR
impl Hash for VideoDecodeUsageInfoKHR
Source§impl PartialEq for VideoDecodeUsageInfoKHR
impl PartialEq for VideoDecodeUsageInfoKHR
Source§fn eq(&self, other: &VideoDecodeUsageInfoKHR) -> bool
fn eq(&self, other: &VideoDecodeUsageInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for VideoDecodeUsageInfoKHR
impl StructuralPartialEq for VideoDecodeUsageInfoKHR
impl Sync for VideoDecodeUsageInfoKHR
Auto Trait Implementations§
impl Freeze for VideoDecodeUsageInfoKHR
impl RefUnwindSafe for VideoDecodeUsageInfoKHR
impl Unpin for VideoDecodeUsageInfoKHR
impl UnsafeUnpin for VideoDecodeUsageInfoKHR
impl UnwindSafe for VideoDecodeUsageInfoKHR
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