#[repr(C)]pub struct radix_integer_struct {
pub d: nn_ptr,
pub alloc: slong,
pub size: slong,
}Fields§
§d: nn_ptr§alloc: slong§size: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for radix_integer_struct
impl RefUnwindSafe for radix_integer_struct
impl !Send for radix_integer_struct
impl !Sync for radix_integer_struct
impl Unpin for radix_integer_struct
impl UnsafeUnpin for radix_integer_struct
impl UnwindSafe for radix_integer_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