pub struct XtermOptions {
pub font_family: Option<String>,
pub font_size: Option<f64>,
pub scrollback: Option<u32>,
}
Fields§
§font_family: Option<String>
§font_size: Option<f64>
§scrollback: Option<u32>
Auto Trait Implementations§
impl Freeze for XtermOptions
impl RefUnwindSafe for XtermOptions
impl Send for XtermOptions
impl Sync for XtermOptions
impl Unpin for XtermOptions
impl UnwindSafe for XtermOptions
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