#[repr(C)]pub struct MVDSTD_CalculateWorkBufSizeConfig {Show 14 fields
pub unused_0x00: u8_,
pub level: MVDSTD_WithLevel,
pub ref_frames_a: MVDSTD_WithNumOfRefFrames,
pub ref_frames_b: MVDSTD_WithNumOfRefFrames,
pub unused_0x09: [u8_; 3],
pub unk_0x0c: u32_,
pub unk_0x10: u32_,
pub unk_0x14: u32_,
pub unk_0x18: u32_,
pub unk_0x1c: u32_,
pub unk_0x20: u32_,
pub unk_0x24: u32_,
pub width: u32_,
pub height: u32_,
}Expand description
H.264 buffer calculation configuration. See here for detailed explanations : https://www.3dbrew.org/wiki/MVDSTD:CalculateWorkBufSize.
Fields§
§unused_0x00: u8_§level: MVDSTD_WithLevel§ref_frames_a: MVDSTD_WithNumOfRefFrames§ref_frames_b: MVDSTD_WithNumOfRefFrames§unused_0x09: [u8_; 3]§unk_0x0c: u32_§unk_0x10: u32_§unk_0x14: u32_§unk_0x18: u32_§unk_0x1c: u32_§unk_0x20: u32_§unk_0x24: u32_§width: u32_§height: u32_Trait Implementations§
Source§impl Clone for MVDSTD_CalculateWorkBufSizeConfig
impl Clone for MVDSTD_CalculateWorkBufSizeConfig
Source§fn clone(&self) -> MVDSTD_CalculateWorkBufSizeConfig
fn clone(&self) -> MVDSTD_CalculateWorkBufSizeConfig
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 Debug for MVDSTD_CalculateWorkBufSizeConfig
impl Debug for MVDSTD_CalculateWorkBufSizeConfig
Source§impl Default for MVDSTD_CalculateWorkBufSizeConfig
impl Default for MVDSTD_CalculateWorkBufSizeConfig
Source§fn default() -> MVDSTD_CalculateWorkBufSizeConfig
fn default() -> MVDSTD_CalculateWorkBufSizeConfig
Returns the “default value” for a type. Read more
impl Copy for MVDSTD_CalculateWorkBufSizeConfig
Auto Trait Implementations§
impl Freeze for MVDSTD_CalculateWorkBufSizeConfig
impl RefUnwindSafe for MVDSTD_CalculateWorkBufSizeConfig
impl Send for MVDSTD_CalculateWorkBufSizeConfig
impl Sync for MVDSTD_CalculateWorkBufSizeConfig
impl Unpin for MVDSTD_CalculateWorkBufSizeConfig
impl UnwindSafe for MVDSTD_CalculateWorkBufSizeConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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)