Struct ash::vk::VideoCodingControlInfoKHR
source · #[repr(C)]pub struct VideoCodingControlInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: VideoCodingControlFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: VideoCodingControlFlagsKHR
Implementations§
source§impl VideoCodingControlInfoKHR
impl VideoCodingControlInfoKHR
pub fn builder<'a>() -> VideoCodingControlInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for VideoCodingControlInfoKHR
impl Clone for VideoCodingControlInfoKHR
source§fn clone(&self) -> VideoCodingControlInfoKHR
fn clone(&self) -> VideoCodingControlInfoKHR
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 more