#[repr(C)]pub struct VideoEncodeH264SessionParametersGetInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub write_std_sps: u32,
pub write_std_pps: u32,
pub std_sps_id: u32,
pub std_pps_id: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§write_std_sps: u32§write_std_pps: u32§std_sps_id: u32§std_pps_id: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> VideoEncodeH264SessionParametersGetInfoKHR<'a>
impl<'a> VideoEncodeH264SessionParametersGetInfoKHR<'a>
pub fn write_std_sps( self, write_std_sps: bool, ) -> VideoEncodeH264SessionParametersGetInfoKHR<'a>
pub fn write_std_pps( self, write_std_pps: bool, ) -> VideoEncodeH264SessionParametersGetInfoKHR<'a>
pub fn std_sps_id( self, std_sps_id: u32, ) -> VideoEncodeH264SessionParametersGetInfoKHR<'a>
pub fn std_pps_id( self, std_pps_id: u32, ) -> VideoEncodeH264SessionParametersGetInfoKHR<'a>
Trait Implementations§
Source§impl<'a> Clone for VideoEncodeH264SessionParametersGetInfoKHR<'a>
impl<'a> Clone for VideoEncodeH264SessionParametersGetInfoKHR<'a>
Source§fn clone(&self) -> VideoEncodeH264SessionParametersGetInfoKHR<'a>
fn clone(&self) -> VideoEncodeH264SessionParametersGetInfoKHR<'a>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for VideoEncodeH264SessionParametersGetInfoKHR<'a>
impl<'a> Debug for VideoEncodeH264SessionParametersGetInfoKHR<'a>
Source§impl Default for VideoEncodeH264SessionParametersGetInfoKHR<'_>
impl Default for VideoEncodeH264SessionParametersGetInfoKHR<'_>
Source§fn default() -> VideoEncodeH264SessionParametersGetInfoKHR<'_>
fn default() -> VideoEncodeH264SessionParametersGetInfoKHR<'_>
Returns the “default value” for a type. Read more
Source§impl<'a> TaggedStructure for VideoEncodeH264SessionParametersGetInfoKHR<'a>
impl<'a> TaggedStructure for VideoEncodeH264SessionParametersGetInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::VIDEO_ENCODE_H264_SESSION_PARAMETERS_GET_INFO_KHR
impl<'a> Copy for VideoEncodeH264SessionParametersGetInfoKHR<'a>
impl ExtendsVideoEncodeSessionParametersGetInfoKHR for VideoEncodeH264SessionParametersGetInfoKHR<'_>
impl Send for VideoEncodeH264SessionParametersGetInfoKHR<'_>
impl Sync for VideoEncodeH264SessionParametersGetInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for VideoEncodeH264SessionParametersGetInfoKHR<'a>
impl<'a> RefUnwindSafe for VideoEncodeH264SessionParametersGetInfoKHR<'a>
impl<'a> Unpin for VideoEncodeH264SessionParametersGetInfoKHR<'a>
impl<'a> UnwindSafe for VideoEncodeH264SessionParametersGetInfoKHR<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)