Type Alias winit::platform_impl::linux::x11::ffi::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