Struct x11::xcursor::_XcursorComments  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct _XcursorComments { pub ncomment: c_int, pub comments: *mut *mut XcursorComment, }
Fields
ncomment: c_int
                           
                           
                           comments: *mut *mut XcursorComment
                           Trait Implementations
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