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