#[repr(C)]pub struct VideoDecodeH265ProfileEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub std_profile_idc: StdVideoH265ProfileIdc,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§std_profile_idc: StdVideoH265ProfileIdc
Implementations§
Source§impl VideoDecodeH265ProfileEXT
impl VideoDecodeH265ProfileEXT
pub fn builder<'a>() -> VideoDecodeH265ProfileEXTBuilder<'a>
Trait Implementations§
Source§impl Clone for VideoDecodeH265ProfileEXT
impl Clone for VideoDecodeH265ProfileEXT
Source§fn clone(&self) -> VideoDecodeH265ProfileEXT
fn clone(&self) -> VideoDecodeH265ProfileEXT
Returns a copy 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 moreSource§impl Default for VideoDecodeH265ProfileEXT
impl Default for VideoDecodeH265ProfileEXT
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 Freeze for VideoDecodeH265ProfileEXT
impl RefUnwindSafe for VideoDecodeH265ProfileEXT
impl !Send for VideoDecodeH265ProfileEXT
impl !Sync for VideoDecodeH265ProfileEXT
impl Unpin for VideoDecodeH265ProfileEXT
impl UnwindSafe for VideoDecodeH265ProfileEXT
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