pub struct ContentStyle {
pub bg: Color32,
pub border_color: Color32,
}Fields§
§bg: Color32§border_color: Color32Trait Implementations§
Source§impl Clone for ContentStyle
impl Clone for ContentStyle
Source§fn clone(&self) -> ContentStyle
fn clone(&self) -> ContentStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContentStyle
impl Debug for ContentStyle
Source§impl PartialEq for ContentStyle
impl PartialEq for ContentStyle
Source§fn eq(&self, other: &ContentStyle) -> bool
fn eq(&self, other: &ContentStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ContentStyle
impl Eq for ContentStyle
impl StructuralPartialEq for ContentStyle
Auto Trait Implementations§
impl Freeze for ContentStyle
impl RefUnwindSafe for ContentStyle
impl Send for ContentStyle
impl Sync for ContentStyle
impl Unpin for ContentStyle
impl UnsafeUnpin for ContentStyle
impl UnwindSafe for ContentStyle
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