Struct Mpeg2ProfileIds
pub struct Mpeg2ProfileIds;
Implementations§
§impl Mpeg2ProfileIds
impl Mpeg2ProfileIds
pub fn Simple() -> Result<i32>
pub fn Main() -> Result<i32>
pub fn SignalNoiseRatioScalable() -> Result<i32>
pub fn SpatiallyScalable() -> Result<i32>
pub fn High() -> Result<i32>
Auto Trait Implementations§
impl Freeze for Mpeg2ProfileIds
impl RefUnwindSafe for Mpeg2ProfileIds
impl Send for Mpeg2ProfileIds
impl Sync for Mpeg2ProfileIds
impl Unpin for Mpeg2ProfileIds
impl UnwindSafe for Mpeg2ProfileIds
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