#[repr(C)]pub struct VideoDecodeH265ProfileEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile_idc: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidstd_profile_idc: u32Implementations
sourceimpl VideoDecodeH265ProfileEXT
impl VideoDecodeH265ProfileEXT
pub fn builder<'a>() -> VideoDecodeH265ProfileEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for VideoDecodeH265ProfileEXT
impl Clone for VideoDecodeH265ProfileEXT
sourcefn clone(&self) -> VideoDecodeH265ProfileEXT
fn clone(&self) -> VideoDecodeH265ProfileEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for VideoDecodeH265ProfileEXT
impl Debug for VideoDecodeH265ProfileEXT
sourceimpl Default for VideoDecodeH265ProfileEXT
impl Default for VideoDecodeH265ProfileEXT
sourcefn default() -> VideoDecodeH265ProfileEXT
fn default() -> VideoDecodeH265ProfileEXT
Returns the “default value” for a type. Read more
impl Copy for VideoDecodeH265ProfileEXT
impl ExtendsBufferCreateInfo for VideoDecodeH265ProfileEXT
impl ExtendsFormatProperties2 for VideoDecodeH265ProfileEXT
impl ExtendsImageCreateInfo for VideoDecodeH265ProfileEXT
impl ExtendsImageViewCreateInfo for VideoDecodeH265ProfileEXT
impl ExtendsQueryPoolCreateInfo for VideoDecodeH265ProfileEXT
impl ExtendsVideoProfileKHR for VideoDecodeH265ProfileEXT
Auto Trait Implementations
impl RefUnwindSafe for VideoDecodeH265ProfileEXT
impl !Send for VideoDecodeH265ProfileEXT
impl !Sync for VideoDecodeH265ProfileEXT
impl Unpin for VideoDecodeH265ProfileEXT
impl UnwindSafe for VideoDecodeH265ProfileEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more