pub struct RINT;
Auto Trait Implementations§
impl Freeze for RINT
impl RefUnwindSafe for RINT
impl Send for RINT
impl Sync for RINT
impl Unpin for RINT
impl UnwindSafe for RINT
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