pub struct ModeInfo {
cursor_shape: Option<CursorShape>,
cell_percentage: Option<u64>,
pub blinkwait: Option<u32>,
}Fields
cursor_shape: Option<CursorShape>cell_percentage: Option<u64>blinkwait: Option<u32>Implementations
Trait Implementations
impl StructuralPartialEq for ModeInfo
Auto Trait Implementations
impl RefUnwindSafe for ModeInfo
impl Send for ModeInfo
impl Sync for ModeInfo
impl Unpin for ModeInfo
impl UnwindSafe for ModeInfo
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