pub struct I16<const VAL: i16>;
Expand description
Marker type for passing const VAL: i16
as a type parameter.
Implementations§
Source§impl<const VAL: i16> I16<VAL>
impl<const VAL: i16> I16<VAL>
Trait Implementations§
impl<const VAL: i16> Copy for I16<VAL>
Auto Trait Implementations§
impl<const VAL: i16> Freeze for I16<VAL>
impl<const VAL: i16> RefUnwindSafe for I16<VAL>
impl<const VAL: i16> Send for I16<VAL>
impl<const VAL: i16> Sync for I16<VAL>
impl<const VAL: i16> Unpin for I16<VAL>
impl<const VAL: i16> UnwindSafe for I16<VAL>
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