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