pub struct RenderState {
pub font_ctx: Context,
pub hl: HighlightMap,
pub mode: Mode,
}
Fields§
§font_ctx: Context
§hl: HighlightMap
§mode: Mode
Implementations§
Auto Trait Implementations§
impl Freeze for RenderState
impl RefUnwindSafe for RenderState
impl !Send for RenderState
impl !Sync for RenderState
impl Unpin for RenderState
impl UnwindSafe for RenderState
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