pub type XcursorComments = _XcursorComments;

Aliased Type§

struct XcursorComments {
    pub ncomment: i32,
    pub comments: *mut *mut _XcursorComment,
}

Fields§

§ncomment: i32§comments: *mut *mut _XcursorComment

Trait Implementations§

source§

impl Clone for _XcursorComments

source§

fn clone(&self) -> _XcursorComments

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 _XcursorComments

source§

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

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

impl Copy for _XcursorComments