Struct xcur::parser::Comment [] [src]

pub struct Comment {
    pub chunkheader: ChunkHeader,
    pub length: CARD32,
    pub string: String,
}

Represents a comment in XCursor file

Fields

The chunk header

The comment string length

The comment string

Trait Implementations

impl Debug for Comment
[src]

Formats the value using the given formatter.

impl Clone for Comment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more