pub struct Brush(/* private fields */);Available on crate feature
ui only.Trait Implementations§
Source§impl From<BuiltinColor> for Brush
impl From<BuiltinColor> for Brush
Source§fn from(value: BuiltinColor) -> Self
fn from(value: BuiltinColor) -> Self
Converts to this type from the input type.
impl Eq for Brush
impl StructuralPartialEq for Brush
Auto Trait Implementations§
impl Freeze for Brush
impl RefUnwindSafe for Brush
impl Send for Brush
impl Sync for Brush
impl Unpin for Brush
impl UnwindSafe for Brush
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