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