Struct bounded_collections::ConstU64
source · pub struct ConstU64<const T: u64>;
Expand description
Const getter for a basic type.
Trait Implementations§
Auto Trait Implementations§
impl<const T: u64> RefUnwindSafe for ConstU64<T>
impl<const T: u64> Send for ConstU64<T>
impl<const T: u64> Sync for ConstU64<T>
impl<const T: u64> Unpin for ConstU64<T>
impl<const T: u64> UnwindSafe for ConstU64<T>
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