#[repr(C)]pub struct FT_StreamRec_ {
pub base: *mut c_uchar,
pub size: c_ulong,
pub pos: c_ulong,
pub descriptor: FT_StreamDesc,
pub pathname: FT_StreamDesc,
pub read: FT_Stream_IoFunc,
pub close: FT_Stream_CloseFunc,
pub memory: FT_Memory,
pub cursor: *mut c_uchar,
pub limit: *mut c_uchar,
}
Fields§
§base: *mut c_uchar
§size: c_ulong
§pos: c_ulong
§descriptor: FT_StreamDesc
§pathname: FT_StreamDesc
§read: FT_Stream_IoFunc
§close: FT_Stream_CloseFunc
§memory: FT_Memory
§cursor: *mut c_uchar
§limit: *mut c_uchar
Trait Implementations§
Source§impl Clone for FT_StreamRec_
impl Clone for FT_StreamRec_
Source§impl Debug for FT_StreamRec_
impl Debug for FT_StreamRec_
impl Copy for FT_StreamRec_
Auto Trait Implementations§
impl Freeze for FT_StreamRec_
impl RefUnwindSafe for FT_StreamRec_
impl !Send for FT_StreamRec_
impl !Sync for FT_StreamRec_
impl Unpin for FT_StreamRec_
impl UnwindSafe for FT_StreamRec_
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