Tcl_FSListVolumesProc

Type Alias Tcl_FSListVolumesProc 

Source
pub type Tcl_FSListVolumesProc = Option<unsafe extern "C" fn() -> *mut Tcl_Obj>;

Aliased Type§

pub enum Tcl_FSListVolumesProc {
    None,
    Some(unsafe extern "C" fn() -> *mut Tcl_Obj),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> *mut Tcl_Obj)

Some value of type T.