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