Struct freeimage::ffi::FreeImageIO [−][src]
#[repr(C, packed)]pub struct FreeImageIO { pub read_proc: FI_ReadProc, pub write_proc: FI_WriteProc, pub seek_proc: FI_SeekProc, pub tell_proc: FI_TellProc, }
Fields
read_proc: FI_ReadProc
write_proc: FI_WriteProc
! pointer to the function used to read data
seek_proc: FI_SeekProc
! pointer to the function used to write data
tell_proc: FI_TellProc
! pointer to the function used to seek
Trait Implementations
impl Clone for FreeImageIO
[src]
impl Clone for FreeImageIO
[src]