#[repr(C)]pub struct gr_series_ctx_struct {
pub prec: slong,
}Fields§
§prec: slongAuto Trait Implementations§
impl Freeze for gr_series_ctx_struct
impl RefUnwindSafe for gr_series_ctx_struct
impl Send for gr_series_ctx_struct
impl Sync for gr_series_ctx_struct
impl Unpin for gr_series_ctx_struct
impl UnwindSafe for gr_series_ctx_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