Struct ndk_sys::AppendMode
source · #[repr(transparent)]pub struct AppendMode(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl AppendMode
impl AppendMode
pub const AMEDIAMUXER_APPEND_IGNORE_LAST_VIDEO_GOP: AppendMode = _
source§impl AppendMode
impl AppendMode
pub const AMEDIAMUXER_APPEND_TO_EXISTING_DATA: AppendMode = _
Trait Implementations§
source§impl Clone for AppendMode
impl Clone for AppendMode
source§fn clone(&self) -> AppendMode
fn clone(&self) -> AppendMode
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 AppendMode
impl Debug for AppendMode
source§impl Hash for AppendMode
impl Hash for AppendMode
source§impl PartialEq for AppendMode
impl PartialEq for AppendMode
source§fn eq(&self, other: &AppendMode) -> bool
fn eq(&self, other: &AppendMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AppendMode
impl Eq for AppendMode
impl StructuralPartialEq for AppendMode
Auto Trait Implementations§
impl Freeze for AppendMode
impl RefUnwindSafe for AppendMode
impl Send for AppendMode
impl Sync for AppendMode
impl Unpin for AppendMode
impl UnwindSafe for AppendMode
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