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

pub struct _XcursorComments {
    pub ncomment: c_int,
    pub comments: *mut *mut XcursorComment,
}

Fields

ncomment
comments

Trait Implementations

Derived Implementations

impl Copy for _XcursorComments

impl Clone for _XcursorComments

fn clone(&self) -> _XcursorComments

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