#[repr(C)]pub struct sfInputStream {
pub read: sfInputStreamReadFunc,
pub seek: sfInputStreamSeekFunc,
pub tell: sfInputStreamTellFunc,
pub getSize: sfInputStreamGetSizeFunc,
pub userData: *mut c_void,
}
Fields§
§read: sfInputStreamReadFunc
§seek: sfInputStreamSeekFunc
§tell: sfInputStreamTellFunc
§getSize: sfInputStreamGetSizeFunc
§userData: *mut c_void
Trait Implementations§
Source§impl Clone for sfInputStream
impl Clone for sfInputStream
Source§fn clone(&self) -> sfInputStream
fn clone(&self) -> sfInputStream
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for sfInputStream
impl Debug for sfInputStream
Source§impl Hash for sfInputStream
impl Hash for sfInputStream
Source§impl Ord for sfInputStream
impl Ord for sfInputStream
Source§fn cmp(&self, other: &sfInputStream) -> Ordering
fn cmp(&self, other: &sfInputStream) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for sfInputStream
impl PartialEq for sfInputStream
Source§impl PartialOrd for sfInputStream
impl PartialOrd for sfInputStream
impl Copy for sfInputStream
impl Eq for sfInputStream
impl StructuralPartialEq for sfInputStream
Auto Trait Implementations§
impl Freeze for sfInputStream
impl RefUnwindSafe for sfInputStream
impl !Send for sfInputStream
impl !Sync for sfInputStream
impl Unpin for sfInputStream
impl UnwindSafe for sfInputStream
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more