#[repr(C)]pub struct gr_series_vec_struct {
pub entries: *mut gr_series_struct,
pub alloc: slong,
pub length: slong,
}Fields§
§entries: *mut gr_series_struct§alloc: slong§length: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for gr_series_vec_struct
impl RefUnwindSafe for gr_series_vec_struct
impl !Send for gr_series_vec_struct
impl !Sync for gr_series_vec_struct
impl Unpin for gr_series_vec_struct
impl UnsafeUnpin for gr_series_vec_struct
impl UnwindSafe for gr_series_vec_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