#[repr(C)]pub struct padic_radix_struct {
pub u: radix_integer_struct,
pub v: slong,
pub N: slong,
}Fields§
§u: radix_integer_struct§v: slong§N: slongTrait Implementations§
Auto Trait Implementations§
impl !Send for padic_radix_struct
impl !Sync for padic_radix_struct
impl Freeze for padic_radix_struct
impl RefUnwindSafe for padic_radix_struct
impl Unpin for padic_radix_struct
impl UnsafeUnpin for padic_radix_struct
impl UnwindSafe for padic_radix_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