#[repr(C)]pub struct gr_stream_struct {
pub fp: *mut FLINT_FILE,
pub s: *mut c_char,
pub len: slong,
pub alloc: slong,
}Fields§
§fp: *mut FLINT_FILE§s: *mut c_char§len: slong§alloc: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for gr_stream_struct
impl RefUnwindSafe for gr_stream_struct
impl !Send for gr_stream_struct
impl !Sync for gr_stream_struct
impl Unpin for gr_stream_struct
impl UnsafeUnpin for gr_stream_struct
impl UnwindSafe for gr_stream_struct
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