Enum libremarkable::framebuffer::common::auto_update_mode[][src]

pub enum auto_update_mode {
    AUTO_UPDATE_MODE_REGION_MODE,
    AUTO_UPDATE_MODE_AUTOMATIC_MODE,
}

Variants

Trait Implementations

impl Debug for auto_update_mode
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations