#[repr(C)]pub struct CUInt128 { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CUInt128
impl RefUnwindSafe for CUInt128
impl Send for CUInt128
impl Sync for CUInt128
impl Unpin for CUInt128
impl UnwindSafe for CUInt128
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