Struct ndk_sys::AppendMode
source · #[repr(transparent)]pub struct AppendMode(pub c_uint);
Tuple Fields
0: c_uint
Implementations
sourceimpl AppendMode
impl AppendMode
pub const AMEDIAMUXER_APPEND_IGNORE_LAST_VIDEO_GOP: AppendMode = _
sourceimpl AppendMode
impl AppendMode
pub const AMEDIAMUXER_APPEND_TO_EXISTING_DATA: AppendMode = _
Trait Implementations
sourceimpl Clone for AppendMode
impl Clone for AppendMode
sourcefn clone(&self) -> AppendMode
fn clone(&self) -> AppendMode
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 AppendMode
impl Debug for AppendMode
sourceimpl Hash for AppendMode
impl Hash for AppendMode
sourceimpl PartialEq<AppendMode> for AppendMode
impl PartialEq<AppendMode> for AppendMode
sourcefn eq(&self, other: &AppendMode) -> bool
fn eq(&self, other: &AppendMode) -> bool
impl Copy for AppendMode
impl Eq for AppendMode
impl StructuralEq for AppendMode
impl StructuralPartialEq for AppendMode
Auto Trait Implementations
impl RefUnwindSafe for AppendMode
impl Send for AppendMode
impl Sync for AppendMode
impl Unpin for AppendMode
impl UnwindSafe for AppendMode
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