Skip to main content

LegacyFileGetStatusFlags

Type Alias LegacyFileGetStatusFlags 

Source
pub type LegacyFileGetStatusFlags = Option<unsafe extern "C-unwind" fn(descriptor: *mut LegacyFile) -> c_int>;

Aliased Type§

pub enum LegacyFileGetStatusFlags {
    None,
    Some(unsafe extern "C-unwind" fn(*mut __BindgenOpaqueArray<u64, 5>) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut __BindgenOpaqueArray<u64, 5>) -> i32)

Some value of type T.