Struct ffmpeg_sys_next::__once_flag
source · #[repr(C)]pub struct __once_flag {
pub __data: c_int,
}Fields§
§__data: c_intTrait Implementations§
source§impl Clone for __once_flag
impl Clone for __once_flag
source§fn clone(&self) -> __once_flag
fn clone(&self) -> __once_flag
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 __once_flag
impl Debug for __once_flag
source§impl PartialEq<__once_flag> for __once_flag
impl PartialEq<__once_flag> for __once_flag
source§fn eq(&self, other: &__once_flag) -> bool
fn eq(&self, other: &__once_flag) -> bool
This method tests for
self and other values to be equal, and is used
by ==.