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