Struct csfml_system_sys::sfInputStream [] [src]

pub struct sfInputStream {
    pub read: extern fn(*mut c_void, c_longlong, *mut c_void) -> c_longlong,
    pub seek: extern fn(c_longlong, *mut c_void) -> c_longlong,
    pub tell: extern fn(*mut c_void) -> c_longlong,
    pub getSize: extern fn(*mut c_void) -> c_longlong,
    pub userData: *mut c_void,
}

Fields

read: extern fn(*mut c_void, c_longlong, *mut c_void) -> c_longlong seek: extern fn(c_longlong, *mut c_void) -> c_longlong tell: extern fn(*mut c_void) -> c_longlong getSize: extern fn(*mut c_void) -> c_longlong userData: *mut c_void