pub struct Dchar<const VAL: char>(/* private fields */);Expand description
Default parameter for primitive type
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const VAL: char> Freeze for Dchar<VAL>
impl<const VAL: char> RefUnwindSafe for Dchar<VAL>
impl<const VAL: char> Send for Dchar<VAL>
impl<const VAL: char> Sync for Dchar<VAL>
impl<const VAL: char> Unpin for Dchar<VAL>
impl<const VAL: char> UnwindSafe for Dchar<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