Struct vte_sys::VteCharAttributes
source · #[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_longcolumn: c_longfore: PangoColorback: PangoColorunderline: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VteCharAttributes
impl Send for VteCharAttributes
impl Sync for VteCharAttributes
impl Unpin for VteCharAttributes
impl UnwindSafe for VteCharAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more