#[repr(C)]pub struct series_ctx_t {
pub base_ring: *mut gr_ctx_struct,
pub prec: slong,
pub var: *mut c_char,
}Fields§
§base_ring: *mut gr_ctx_struct§prec: slong§var: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for series_ctx_t
impl RefUnwindSafe for series_ctx_t
impl !Send for series_ctx_t
impl !Sync for series_ctx_t
impl Unpin for series_ctx_t
impl UnsafeUnpin for series_ctx_t
impl UnwindSafe for series_ctx_t
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