#[repr(C)]pub struct VideoCodingControlInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: VideoCodingControlFlagBitsKHR,
}Expand description
VkVideoCodingControlInfoKHR
Provided by VK_KHR_video_queue.
§Extended By
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_VIDEO_CODING_CONTROL_INFO_KHR.
p_next: *const c_voidOptional, may be null.
flags: VideoCodingControlFlagBitsKHRImplementations§
Source§impl VideoCodingControlInfoKHR
impl VideoCodingControlInfoKHR
Sourcepub fn builder<'a>() -> VideoCodingControlInfoKHRBuilder<'a>
pub fn builder<'a>() -> VideoCodingControlInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for VideoCodingControlInfoKHR
impl Clone for VideoCodingControlInfoKHR
Source§fn clone(&self) -> VideoCodingControlInfoKHR
fn clone(&self) -> VideoCodingControlInfoKHR
Returns a duplicate 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 VideoCodingControlInfoKHR
impl Debug for VideoCodingControlInfoKHR
Source§impl Default for VideoCodingControlInfoKHR
impl Default for VideoCodingControlInfoKHR
Source§fn default() -> VideoCodingControlInfoKHR
fn default() -> VideoCodingControlInfoKHR
Returns the “default value” for a type. Read more
impl Copy for VideoCodingControlInfoKHR
Auto Trait Implementations§
impl Freeze for VideoCodingControlInfoKHR
impl RefUnwindSafe for VideoCodingControlInfoKHR
impl !Send for VideoCodingControlInfoKHR
impl !Sync for VideoCodingControlInfoKHR
impl Unpin for VideoCodingControlInfoKHR
impl UnsafeUnpin for VideoCodingControlInfoKHR
impl UnwindSafe for VideoCodingControlInfoKHR
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