Struct ExSetDropcap
pub struct ExSetDropcap<'a> { /* private fields */ }
Expand description
Default-param extender for TextParagraph::set_dropcap_ex
.
Implementations§
§impl<'a> ExSetDropcap<'a>
impl<'a> ExSetDropcap<'a>
pub fn dropcap_margins(self, value: Rect2) -> ExSetDropcap<'a>
pub fn language(self, value: GString) -> ExSetDropcap<'a>
pub fn done(self) -> bool
Auto Trait Implementations§
impl<'a> Freeze for ExSetDropcap<'a>
impl<'a> RefUnwindSafe for ExSetDropcap<'a>
impl<'a> !Send for ExSetDropcap<'a>
impl<'a> !Sync for ExSetDropcap<'a>
impl<'a> Unpin for ExSetDropcap<'a>
impl<'a> !UnwindSafe for ExSetDropcap<'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