Type Alias x11_dl::xcursor::XcursorComment

source ·
pub type XcursorComment = _XcursorComment;

Aliased Type§

struct XcursorComment {
    pub version: u32,
    pub comment_type: u32,
    pub comment: *mut i8,
}

Fields§

§version: u32§comment_type: u32§comment: *mut i8