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