pub struct _16;
Expand description
A type representing a number that can be used as a generic type argument
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _16
impl RefUnwindSafe for _16
impl Send for _16
impl Sync for _16
impl Unpin for _16
impl UnwindSafe for _16
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