Struct ash::vk::VideoEndCodingInfoKHR
source · #[repr(C)]pub struct VideoEndCodingInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: VideoEndCodingFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: VideoEndCodingFlagsKHR
Implementations§
source§impl VideoEndCodingInfoKHR
impl VideoEndCodingInfoKHR
pub fn builder<'a>() -> VideoEndCodingInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoEndCodingInfoKHR
impl Clone for VideoEndCodingInfoKHR
source§fn clone(&self) -> VideoEndCodingInfoKHR
fn clone(&self) -> VideoEndCodingInfoKHR
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 Debug for VideoEndCodingInfoKHR
impl Debug for VideoEndCodingInfoKHR
source§impl Default for VideoEndCodingInfoKHR
impl Default for VideoEndCodingInfoKHR
source§impl TaggedStructure for VideoEndCodingInfoKHR
impl TaggedStructure for VideoEndCodingInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_END_CODING_INFO_KHR
impl Copy for VideoEndCodingInfoKHR
Auto Trait Implementations§
impl Freeze for VideoEndCodingInfoKHR
impl RefUnwindSafe for VideoEndCodingInfoKHR
impl !Send for VideoEndCodingInfoKHR
impl !Sync for VideoEndCodingInfoKHR
impl Unpin for VideoEndCodingInfoKHR
impl UnwindSafe for VideoEndCodingInfoKHR
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