pub struct ArrowHead {
pub arrow_type: ArrowType,
pub width: ArrowSize,
pub length: ArrowSize,
}Expand description
线条端点箭头(<a:headEnd> / <a:tailEnd>)。
Fields§
§arrow_type: ArrowType箭头类型。
width: ArrowSize箭头宽度。
length: ArrowSize箭头长度。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArrowHead
impl RefUnwindSafe for ArrowHead
impl Send for ArrowHead
impl Sync for ArrowHead
impl Unpin for ArrowHead
impl UnsafeUnpin for ArrowHead
impl UnwindSafe for ArrowHead
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