pub struct Drawing {
pub anchor: Anchor,
}
Fields
anchor: Anchor
comment
Trait Implementations
sourceimpl<'a> From<Drawing> for RunContent<'a>
impl<'a> From<Drawing> for RunContent<'a>
sourcefn from(original: Drawing) -> RunContent<'a>
fn from(original: Drawing) -> RunContent<'a>
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for Drawing
impl Send for Drawing
impl Sync for Drawing
impl Unpin for Drawing
impl UnwindSafe for Drawing
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more