Struct x11::xcursor::_XcursorComments
source · #[repr(C)]pub struct _XcursorComments {
pub ncomment: c_int,
pub comments: *mut *mut XcursorComment,
}
Fields§
§ncomment: c_int
§comments: *mut *mut XcursorComment
Trait Implementations§
source§impl Clone for _XcursorComments
impl Clone for _XcursorComments
source§fn clone(&self) -> _XcursorComments
fn clone(&self) -> _XcursorComments
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more