[][src]Crate screenruster_saver

Re-exports

pub use gl;
pub use picto;
pub use json;
pub use pointer::Pointer;

Modules

pointer

Macros

debug

Logs a message at the debug level.

error

Logs a message at the error level.

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.

trace

Logs a message at the trace level.

warn

Logs a message at the warn level.

Structs

Channel

Communication between locker and saver.

Display
Renderer

Enums

Error
Password

Represents the state of the password.

Request
Response
Safety

The safety level.

State

Represents the state of the saver.

Traits

Saver

Functions

init

Initialize the saver.

run

Run the saver.

Type Definitions

Result