#[repr(C)]pub struct padic_radix_ctx_struct {
pub radix: radix_struct,
pub p: ulong,
pub prec_abs: slong,
pub prec_rel: slong,
pub flags: c_int,
}Fields§
§radix: radix_struct§p: ulong§prec_abs: slong§prec_rel: slong§flags: c_intTrait Implementations§
Auto Trait Implementations§
impl !Send for padic_radix_ctx_struct
impl !Sync for padic_radix_ctx_struct
impl Freeze for padic_radix_ctx_struct
impl RefUnwindSafe for padic_radix_ctx_struct
impl Unpin for padic_radix_ctx_struct
impl UnsafeUnpin for padic_radix_ctx_struct
impl UnwindSafe for padic_radix_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