pub struct SolidFill { /* private fields */ }Implementations§
Source§impl SolidFill
impl SolidFill
pub fn scheme_color(&self) -> Option<&SchemeColor>
pub fn get_scheme_color(&self) -> Option<&SchemeColor>
👎Deprecated since 3.0.0:
Use scheme_color()
pub fn scheme_color_mut(&mut self) -> Option<&mut SchemeColor>
pub fn get_scheme_color_mut(&mut self) -> Option<&mut SchemeColor>
👎Deprecated since 3.0.0:
Use scheme_color_mut()
pub fn set_scheme_color(&mut self, value: SchemeColor)
pub fn rgb_color_model_hex(&self) -> Option<&RgbColorModelHex>
pub fn get_rgb_color_model_hex(&self) -> Option<&RgbColorModelHex>
👎Deprecated since 3.0.0:
Use rgb_color_model_hex()
pub fn rgb_color_model_hex_mut(&mut self) -> Option<&mut RgbColorModelHex>
pub fn get_rgb_color_model_hex_mut(&mut self) -> Option<&mut RgbColorModelHex>
👎Deprecated since 3.0.0:
Use rgb_color_model_hex_mut()
pub fn set_rgb_color_model_hex(&mut self, value: RgbColorModelHex)
pub fn system_color(&self) -> Option<&SystemColor>
pub fn get_system_color(&self) -> Option<&SystemColor>
👎Deprecated since 3.0.0:
Use system_color()
pub fn system_color_mut(&mut self) -> Option<&mut SystemColor>
pub fn get_system_color_mut(&mut self) -> Option<&mut SystemColor>
👎Deprecated since 3.0.0:
Use system_color_mut()
pub fn set_system_color(&mut self, value: SystemColor)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SolidFill
impl RefUnwindSafe for SolidFill
impl Send for SolidFill
impl Sync for SolidFill
impl Unpin for SolidFill
impl UnsafeUnpin for SolidFill
impl UnwindSafe for SolidFill
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