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