IByteOut

Type Alias IByteOut 

Source
pub type IByteOut = IByteOut_;

Aliased Type§

#[repr(C)]
pub struct IByteOut { pub Write: Option<unsafe extern "C" fn(*const IByteOut_, u8)>, }

Fields§

§Write: Option<unsafe extern "C" fn(*const IByteOut_, u8)>