pub struct TextStyleForDefinedFont {
pub text_colour: ColourRef,
}Fields§
§text_colour: ColourRefTrait Implementations§
Source§impl Clone for TextStyleForDefinedFont
impl Clone for TextStyleForDefinedFont
Source§fn clone(&self) -> TextStyleForDefinedFont
fn clone(&self) -> TextStyleForDefinedFont
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 TextStyleForDefinedFont
impl Debug for TextStyleForDefinedFont
Source§impl PartialEq for TextStyleForDefinedFont
impl PartialEq for TextStyleForDefinedFont
Source§fn eq(&self, other: &TextStyleForDefinedFont) -> bool
fn eq(&self, other: &TextStyleForDefinedFont) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextStyleForDefinedFont
Auto Trait Implementations§
impl Freeze for TextStyleForDefinedFont
impl RefUnwindSafe for TextStyleForDefinedFont
impl Send for TextStyleForDefinedFont
impl Sync for TextStyleForDefinedFont
impl Unpin for TextStyleForDefinedFont
impl UnsafeUnpin for TextStyleForDefinedFont
impl UnwindSafe for TextStyleForDefinedFont
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