Struct x11::xcursor::_XcursorComment [] [src]

pub struct _XcursorComment {
    pub version: XcursorUInt,
    pub comment_type: XcursorUInt,
    pub comment: *mut c_char,
}

Fields

Trait Implementations

impl Clone for _XcursorComment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for _XcursorComment
[src]