#[repr(transparent)]pub struct AVStreamParseType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVStreamParseType
impl AVStreamParseType
pub const _NONE: AVStreamParseType
pub const _FULL: AVStreamParseType
pub const _HEADERS: AVStreamParseType
pub const _TIMESTAMPS: AVStreamParseType
pub const _FULL_ONCE: AVStreamParseType
pub const _FULL_RAW: AVStreamParseType
Trait Implementations§
Source§impl Clone for AVStreamParseType
impl Clone for AVStreamParseType
Source§fn clone(&self) -> AVStreamParseType
fn clone(&self) -> AVStreamParseType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVStreamParseType
Source§impl Debug for AVStreamParseType
impl Debug for AVStreamParseType
impl Eq for AVStreamParseType
Source§impl Hash for AVStreamParseType
impl Hash for AVStreamParseType
Source§impl PartialEq for AVStreamParseType
impl PartialEq for AVStreamParseType
impl StructuralPartialEq for AVStreamParseType
Auto Trait Implementations§
impl Freeze for AVStreamParseType
impl RefUnwindSafe for AVStreamParseType
impl Send for AVStreamParseType
impl Sync for AVStreamParseType
impl Unpin for AVStreamParseType
impl UnsafeUnpin for AVStreamParseType
impl UnwindSafe for AVStreamParseType
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