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