Struct cognitive_qualia::configuration::CompositorConfig [] [src]

pub struct CompositorConfig {
    pub move_step: u32,
    pub resize_step: u32,
}

Configuration of compositor.

Fields

Distance in pixels by which frames are moved by move command.

Distance in pixels by which frames are resized by resize command.

Trait Implementations

impl Clone for CompositorConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompositorConfig
[src]

Formats the value using the given formatter.