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