Struct eccodes_sys::__once_flag [−][src]
#[repr(C)]pub struct __once_flag {
pub __data: c_int,
}Fields
__data: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __once_flag
impl Send for __once_flag
impl Sync for __once_flag
impl Unpin for __once_flag
impl UnwindSafe for __once_flag
Blanket Implementations
Mutably borrows from an owned value. Read more