Struct csfml_system_sys::sfInputStream [] [src]

#[repr(C)]
pub struct sfInputStream { pub read: sfInputStreamReadFunc, pub seek: sfInputStreamSeekFunc, pub tell: sfInputStreamTellFunc, pub getSize: sfInputStreamGetSizeFunc, pub userData: *mut c_void, }

Fields

Trait Implementations

impl Debug for sfInputStream
[src]

Formats the value using the given formatter.

impl Copy for sfInputStream
[src]

impl Clone for sfInputStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more