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

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

Fields

version
comment_type
comment

Trait Implementations

Derived Implementations

impl Copy for _XcursorComment

impl Clone for _XcursorComment

fn clone(&self) -> _XcursorComment

fn clone_from(&mut self, source: &Self)