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

Trait Implementations§

source§

impl Clone for _XcursorComment

source§

fn clone(&self) -> _XcursorComment

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for _XcursorComment

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Copy for _XcursorComment