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