#[repr(C)]pub struct gr_series_struct {
pub poly: gr_poly_struct,
pub error: slong,
}Fields§
§poly: gr_poly_struct§error: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for gr_series_struct
impl RefUnwindSafe for gr_series_struct
impl !Send for gr_series_struct
impl !Sync for gr_series_struct
impl Unpin for gr_series_struct
impl UnsafeUnpin for gr_series_struct
impl UnwindSafe for gr_series_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