Struct digit_layout::TypeOf
source · pub struct TypeOf<const N: u32>;
Expand description
A type template for the TypeOf_
trait to implement.
Trait Implementations§
Auto Trait Implementations§
impl<const N: u32> Freeze for TypeOf<N>
impl<const N: u32> RefUnwindSafe for TypeOf<N>
impl<const N: u32> Send for TypeOf<N>
impl<const N: u32> Sync for TypeOf<N>
impl<const N: u32> Unpin for TypeOf<N>
impl<const N: u32> UnwindSafe for TypeOf<N>
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