Struct H264ProfileIds
pub struct H264ProfileIds;
Implementations§
§impl H264ProfileIds
impl H264ProfileIds
pub fn ConstrainedBaseline() -> Result<i32>
pub fn Baseline() -> Result<i32>
pub fn Extended() -> Result<i32>
pub fn Main() -> Result<i32>
pub fn High() -> Result<i32>
pub fn High10() -> Result<i32>
pub fn High422() -> Result<i32>
pub fn High444() -> Result<i32>
pub fn StereoHigh() -> Result<i32>
pub fn MultiviewHigh() -> Result<i32>
Auto Trait Implementations§
impl Freeze for H264ProfileIds
impl RefUnwindSafe for H264ProfileIds
impl Send for H264ProfileIds
impl Sync for H264ProfileIds
impl Unpin for H264ProfileIds
impl UnwindSafe for H264ProfileIds
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