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

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

Fields

ncomment: c_int comments: *mut *mut XcursorComment

Trait Implementations

impl Copy for _XcursorComments
[src]

impl Clone for _XcursorComments
[src]

fn clone(&self) -> _XcursorComments

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more