pub struct CP437Char(/* private fields */);Implementations§
Trait Implementations§
Source§impl CP437CharExt for CP437Char
impl CP437CharExt for CP437Char
impl Copy for CP437Char
impl Eq for CP437Char
impl StructuralPartialEq for CP437Char
Auto Trait Implementations§
impl Freeze for CP437Char
impl RefUnwindSafe for CP437Char
impl Send for CP437Char
impl Sync for CP437Char
impl Unpin for CP437Char
impl UnsafeUnpin for CP437Char
impl UnwindSafe for CP437Char
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