pub struct Savepoint {
pub cursor: Cursor,
pub g0_charset: [char; 256],
pub g1_charset: [char; 256],
pub charset: Charset,
pub origin: bool,
pub wrap: bool,
}Expand description
A container for savepoint, created on :data:~pyte.escape.DECSC.
Fields§
§cursor: Cursor§g0_charset: [char; 256]§g1_charset: [char; 256]§charset: Charset§origin: bool§wrap: boolAuto Trait Implementations§
impl Freeze for Savepoint
impl RefUnwindSafe for Savepoint
impl Send for Savepoint
impl Sync for Savepoint
impl Unpin for Savepoint
impl UnwindSafe for Savepoint
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