Type Alias RTCMemoryMonitorFunction

Source
pub type RTCMemoryMonitorFunction = Option<unsafe extern "C" fn(ptr: *mut c_void, bytes: isize, post: bool) -> bool>;

Aliased Type§

pub enum RTCMemoryMonitorFunction {
    None,
    Some(unsafe extern "C" fn(*mut c_void, isize, bool) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, isize, bool) -> bool)

Some value of type T.