#[repr(C)]pub struct VideoEncodeH264SessionParametersGetInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub write_std_sps: Bool32,
pub write_std_pps: Bool32,
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: Bool32
§write_std_pps: Bool32
§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) -> Self
pub fn write_std_pps(self, write_std_pps: bool) -> Self
pub fn std_sps_id(self, std_sps_id: u32) -> Self
pub fn std_pps_id(self, std_pps_id: u32) -> Self
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 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 moresource§impl<'a> Debug for VideoEncodeH264SessionParametersGetInfoKHR<'a>
impl<'a> Debug for VideoEncodeH264SessionParametersGetInfoKHR<'a>
source§impl Default for VideoEncodeH264SessionParametersGetInfoKHR<'_>
impl Default for VideoEncodeH264SessionParametersGetInfoKHR<'_>
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§
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