Struct nvim_gtk::shell::RenderState
source · [−]pub struct RenderState {
pub font_ctx: Context,
pub hl: HighlightMap,
pub mode: Mode,
}Fields
font_ctx: Contexthl: HighlightMapmode: ModeImplementations
sourceimpl RenderState
impl RenderState
Auto Trait Implementations
impl RefUnwindSafe for RenderState
impl !Send for RenderState
impl !Sync for RenderState
impl Unpin for RenderState
impl UnwindSafe for RenderState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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