Crate screenruster_saver [] [src]

Reexports

pub extern crate log;
pub extern crate json;
pub extern crate glium as gl;
pub extern crate image;
pub use pointer::Pointer;

Modules

pointer

Macros

array!
debug!

Logs a message at the debug level.

error!

Logs a message at the error level.

implement_vertex!

Implements the glium::vertex::Vertex trait for the given type.

info!

Logs a message at the info level.

log!

The standard logging macro.

log_enabled!

Determines if a message logged at the specified level in that module will be logged.

object!
program!

Builds a program depending on the GLSL version supported by the backend.

trace!

Logs a message at the trace level.

uniform!

Returns an implementation-defined type which implements the Uniform trait.

warn!

Logs a message at the warn level.

Structs

Channel
Display
Renderer

Enums

Error
Password

Represents the state of the password.

Request
Response
State

Represents the state of the saver.

Traits

Saver

Functions

init

Initialize the saver.

run

Run the saver.

Type Definitions

Result