#[repr(C)]pub struct VideoEndCodingInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: VideoEndCodingFlagsKHR,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidflags: VideoEndCodingFlagsKHRImplementations
sourceimpl VideoEndCodingInfoKHR
impl VideoEndCodingInfoKHR
pub fn builder<'a>() -> VideoEndCodingInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for VideoEndCodingInfoKHR
impl Clone for VideoEndCodingInfoKHR
sourcefn clone(&self) -> VideoEndCodingInfoKHR
fn clone(&self) -> VideoEndCodingInfoKHR
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 VideoEndCodingInfoKHR
impl Debug for VideoEndCodingInfoKHR
sourceimpl Default for VideoEndCodingInfoKHR
impl Default for VideoEndCodingInfoKHR
sourcefn default() -> VideoEndCodingInfoKHR
fn default() -> VideoEndCodingInfoKHR
Returns the “default value” for a type. Read more
impl Copy for VideoEndCodingInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for VideoEndCodingInfoKHR
impl !Send for VideoEndCodingInfoKHR
impl !Sync for VideoEndCodingInfoKHR
impl Unpin for VideoEndCodingInfoKHR
impl UnwindSafe for VideoEndCodingInfoKHR
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