Enum ffmpeg_sys::AVLockOp
[−]
[src]
pub enum AVLockOp {
AV_LOCK_CREATE,
AV_LOCK_OBTAIN,
AV_LOCK_RELEASE,
AV_LOCK_DESTROY,
}Variants
AV_LOCK_CREATEAV_LOCK_OBTAINAV_LOCK_RELEASEAV_LOCK_DESTROYTrait Implementations
impl Debug for AVLockOp[src]
impl Clone for AVLockOp[src]
fn clone(&self) -> AVLockOp
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for AVLockOp[src]
impl PartialEq for AVLockOp[src]
fn eq(&self, __arg_0: &AVLockOp) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.