Skip to main content

tGetEthernetInterface

Type Alias tGetEthernetInterface 

pub type tGetEthernetInterface = Option<unsafe extern "C" fn(*mut c_void, *const i8, *mut sGCEthernetInterface) -> bool>;

Aliased Type§

pub enum tGetEthernetInterface {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const i8, *mut sGCEthernetInterface) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const i8, *mut sGCEthernetInterface) -> bool)

Some value of type T.