Struct cognitive_qualia::surface::SurfaceInfo [] [src]

pub struct SurfaceInfo {
    pub id: SurfaceId,
    pub offset: Vector,
    pub parent_sid: SurfaceId,
    pub desired_size: Size,
    pub requested_size: Size,
    pub state_flags: SurfaceState,
    pub data_source: DataSource,
}

Structure containing public information about surface.

Fields

Trait Implementations

impl Clone for SurfaceInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more