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