structstd.io.tty.Config.WindowsContext[src]

Fields

handle: File.Handle
reset_attributes: u16

Source Code

Source code
pub const WindowsContext = struct {
    handle: File.Handle,
    reset_attributes: u16,
}