Struct ndk_sys::OutputFormat
source · #[repr(transparent)]pub struct OutputFormat(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl OutputFormat
impl OutputFormat
pub const AMEDIAMUXER_OUTPUT_FORMAT_MPEG_4: OutputFormat = _
sourceimpl OutputFormat
impl OutputFormat
pub const AMEDIAMUXER_OUTPUT_FORMAT_WEBM: OutputFormat = _
sourceimpl OutputFormat
impl OutputFormat
pub const AMEDIAMUXER_OUTPUT_FORMAT_THREE_GPP: OutputFormat = _
Trait Implementations
sourceimpl Clone for OutputFormat
impl Clone for OutputFormat
sourcefn clone(&self) -> OutputFormat
fn clone(&self) -> OutputFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for OutputFormat
impl Debug for OutputFormat
sourceimpl Hash for OutputFormat
impl Hash for OutputFormat
sourceimpl PartialEq<OutputFormat> for OutputFormat
impl PartialEq<OutputFormat> for OutputFormat
sourcefn eq(&self, other: &OutputFormat) -> bool
fn eq(&self, other: &OutputFormat) -> bool
impl Copy for OutputFormat
impl Eq for OutputFormat
impl StructuralEq for OutputFormat
impl StructuralPartialEq for OutputFormat
Auto Trait Implementations
impl RefUnwindSafe for OutputFormat
impl Send for OutputFormat
impl Sync for OutputFormat
impl Unpin for OutputFormat
impl UnwindSafe for OutputFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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