#[repr(u32)]pub enum AVClassStateFlags {
AV_CLASS_STATE_INITIALIZED = 1,
}Variants§
AV_CLASS_STATE_INITIALIZED = 1
Trait Implementations§
Source§impl Clone for AVClassStateFlags
impl Clone for AVClassStateFlags
Source§fn clone(&self) -> AVClassStateFlags
fn clone(&self) -> AVClassStateFlags
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 AVClassStateFlags
Source§impl Debug for AVClassStateFlags
impl Debug for AVClassStateFlags
impl Eq for AVClassStateFlags
Source§impl Hash for AVClassStateFlags
impl Hash for AVClassStateFlags
Source§impl PartialEq for AVClassStateFlags
impl PartialEq for AVClassStateFlags
impl StructuralPartialEq for AVClassStateFlags
Auto Trait Implementations§
impl Freeze for AVClassStateFlags
impl RefUnwindSafe for AVClassStateFlags
impl Send for AVClassStateFlags
impl Sync for AVClassStateFlags
impl Unpin for AVClassStateFlags
impl UnsafeUnpin for AVClassStateFlags
impl UnwindSafe for AVClassStateFlags
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