#[repr(C)]pub struct cchar_t {
pub attr: attr_t,
pub chars: [wchar_t; 5],
pub ext_color: c_int,
}Fields§
§attr: attr_t§chars: [wchar_t; 5]§ext_color: c_intTrait Implementations§
impl Copy for cchar_t
impl Eq for cchar_t
impl StructuralPartialEq for cchar_t
Auto Trait Implementations§
impl Freeze for cchar_t
impl RefUnwindSafe for cchar_t
impl Send for cchar_t
impl Sync for cchar_t
impl Unpin for cchar_t
impl UnwindSafe for cchar_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