Struct ndk_sys::OutputFormat
source · #[repr(transparent)]pub struct OutputFormat(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl OutputFormat
impl OutputFormat
pub const AMEDIAMUXER_OUTPUT_FORMAT_MPEG_4: OutputFormat = _
source§impl OutputFormat
impl OutputFormat
pub const AMEDIAMUXER_OUTPUT_FORMAT_WEBM: OutputFormat = _
source§impl OutputFormat
impl OutputFormat
pub const AMEDIAMUXER_OUTPUT_FORMAT_THREE_GPP: OutputFormat = _
source§impl OutputFormat
impl OutputFormat
pub const AMEDIAMUXER_OUTPUT_FORMAT_HEIF: OutputFormat = _
source§impl OutputFormat
impl OutputFormat
pub const AMEDIAMUXER_OUTPUT_FORMAT_OGG: OutputFormat = _
Trait Implementations§
source§impl Clone for OutputFormat
impl Clone for OutputFormat
source§fn clone(&self) -> OutputFormat
fn clone(&self) -> OutputFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OutputFormat
impl Debug for OutputFormat
source§impl Hash for OutputFormat
impl Hash for OutputFormat
source§impl PartialEq for OutputFormat
impl PartialEq for OutputFormat
source§fn eq(&self, other: &OutputFormat) -> bool
fn eq(&self, other: &OutputFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OutputFormat
impl Eq for OutputFormat
impl StructuralPartialEq for OutputFormat
Auto Trait Implementations§
impl Freeze for OutputFormat
impl RefUnwindSafe for OutputFormat
impl Send for OutputFormat
impl Sync for OutputFormat
impl Unpin for OutputFormat
impl UnwindSafe for OutputFormat
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