#[repr(C)]pub struct gr_ctx_struct {
pub data: [c_char; 48],
pub which_ring: ulong,
pub sizeof_elem: slong,
pub methods: *mut gr_funcptr,
pub size_limit: ulong,
}Fields§
§data: [c_char; 48]§which_ring: ulong§sizeof_elem: slong§methods: *mut gr_funcptr§size_limit: ulongAuto Trait Implementations§
impl Freeze for gr_ctx_struct
impl RefUnwindSafe for gr_ctx_struct
impl !Send for gr_ctx_struct
impl !Sync for gr_ctx_struct
impl Unpin for gr_ctx_struct
impl UnwindSafe for gr_ctx_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