Struct ExAddStackedShadow
pub struct ExAddStackedShadow<'a> { /* private fields */ }
Expand description
Default-param extender for LabelSettings::add_stacked_shadow_ex
.
Implementations§
§impl<'a> ExAddStackedShadow<'a>
impl<'a> ExAddStackedShadow<'a>
pub fn index(self, index: i32) -> ExAddStackedShadow<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExAddStackedShadow<'a>
impl<'a> RefUnwindSafe for ExAddStackedShadow<'a>
impl<'a> !Send for ExAddStackedShadow<'a>
impl<'a> !Sync for ExAddStackedShadow<'a>
impl<'a> Unpin for ExAddStackedShadow<'a>
impl<'a> !UnwindSafe for ExAddStackedShadow<'a>
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