pub struct Fill { /* private fields */ }Implementations§
Source§impl Fill
impl Fill
pub fn get_color(&self) -> &str
pub fn set_color<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_color_2(&self) -> &str
pub fn set_color_2<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_on(&self) -> &bool
pub fn set_on(&mut self, value: bool) -> &mut Self
pub fn get_focus_size(&self) -> &str
pub fn set_focus_size<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_image(&self) -> Option<&MediaObject>
pub fn get_image_mut(&mut self) -> Option<&mut MediaObject>
pub fn set_image(&mut self, value: MediaObject) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fill
impl RefUnwindSafe for Fill
impl Send for Fill
impl Sync for Fill
impl Unpin for Fill
impl UnwindSafe for Fill
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