Struct windows_sys::Win32::Media::MediaFoundation::D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC
[−]#[repr(C)]pub struct D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC {
pub GOPLength: u32,
pub PPicturePeriod: u32,
pub log2_max_pic_order_cnt_lsb_minus4: u8,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
GOPLength: u32
PPicturePeriod: u32
log2_max_pic_order_cnt_lsb_minus4: u8
Trait Implementations
impl Copy for D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC
impl Send for D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC
impl Sync for D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC
impl Unpin for D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC
impl UnwindSafe for D3D12_VIDEO_ENCODER_SEQUENCE_GOP_STRUCTURE_HEVC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more