#[repr(C)]pub struct VteCharAttributes {
pub row: c_long,
pub column: c_long,
pub fore: PangoColor,
pub back: PangoColor,
pub underline: c_uint,
/* private fields */
}Fields§
§row: c_long§column: c_long§fore: PangoColor§back: PangoColor§underline: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for VteCharAttributes
impl RefUnwindSafe for VteCharAttributes
impl Send for VteCharAttributes
impl Sync for VteCharAttributes
impl Unpin for VteCharAttributes
impl UnwindSafe for VteCharAttributes
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