#[repr(C)]pub struct VideoBeginCodingInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: VideoBeginCodingFlagsKHR,
pub videoSession: VideoSessionKHR,
pub videoSessionParameters: VideoSessionParametersKHR,
pub referenceSlotCount: u32,
pub pReferenceSlots: *const VideoReferenceSlotInfoKHR,
}Fields§
§sType: StructureType§pNext: *const c_void§flags: VideoBeginCodingFlagsKHR§videoSession: VideoSessionKHR§videoSessionParameters: VideoSessionParametersKHR§referenceSlotCount: u32§pReferenceSlots: *const VideoReferenceSlotInfoKHRTrait Implementations§
Source§impl Clone for VideoBeginCodingInfoKHR
impl Clone for VideoBeginCodingInfoKHR
Source§fn clone(&self) -> VideoBeginCodingInfoKHR
fn clone(&self) -> VideoBeginCodingInfoKHR
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 moreimpl Copy for VideoBeginCodingInfoKHR
Auto Trait Implementations§
impl Freeze for VideoBeginCodingInfoKHR
impl RefUnwindSafe for VideoBeginCodingInfoKHR
impl !Send for VideoBeginCodingInfoKHR
impl !Sync for VideoBeginCodingInfoKHR
impl Unpin for VideoBeginCodingInfoKHR
impl UnwindSafe for VideoBeginCodingInfoKHR
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