Type Alias XcursorComment

Source
pub type XcursorComment = _XcursorComment;

Aliased Type§

#[repr(C)]
pub struct XcursorComment { pub version: u32, pub comment_type: u32, pub comment: *mut i8, }

Fields§

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