#[repr(C)]pub struct VideoCodingControlInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: VideoCodingControlFlagsKHR,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§flags: VideoCodingControlFlagsKHR
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 moreimpl 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 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