Struct gpui2::DecorationRun
source · pub struct DecorationRun {
pub len: u32,
pub color: Hsla,
pub underline: Option<UnderlineStyle>,
}
Fields§
§len: u32
§color: Hsla
§underline: Option<UnderlineStyle>
Trait Implementations§
source§impl Clone for DecorationRun
impl Clone for DecorationRun
source§fn clone(&self) -> DecorationRun
fn clone(&self) -> DecorationRun
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for DecorationRun
impl Send for DecorationRun
impl Sync for DecorationRun
impl Unpin for DecorationRun
impl UnwindSafe for DecorationRun
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