pub struct DocImage {
pub path: PathBuf,
/* private fields */
}Expand description
向文档插入图片的配置。
Fields§
§path: PathBufPath to the image file.
Implementations§
Auto Trait Implementations§
impl Freeze for DocImage
impl RefUnwindSafe for DocImage
impl Send for DocImage
impl Sync for DocImage
impl Unpin for DocImage
impl UnsafeUnpin for DocImage
impl UnwindSafe for DocImage
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