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