pub struct SvgCache {
cache: BTreeMap<usize, Vec<u8>>,
}Expand description
SVGラスタライズ結果のキャッシュ
Fields§
§cache: BTreeMap<usize, Vec<u8>>Auto Trait Implementations§
impl Freeze for SvgCache
impl RefUnwindSafe for SvgCache
impl Send for SvgCache
impl Sync for SvgCache
impl Unpin for SvgCache
impl UnsafeUnpin for SvgCache
impl UnwindSafe for SvgCache
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