IByteIn

Type Alias IByteIn 

Source
pub type IByteIn = IByteIn_;

Aliased Type§

#[repr(C)]
pub struct IByteIn { pub Read: Option<unsafe extern "C" fn(*const IByteIn_) -> u8>, }

Fields§

§Read: Option<unsafe extern "C" fn(*const IByteIn_) -> u8>