Struct x11::xcursor::_XcursorComment
[−]
[src]
#[repr(C)]pub struct _XcursorComment { pub version: XcursorUInt, pub comment_type: XcursorUInt, pub comment: *mut c_char, }
Fields
version: XcursorUInt
comment_type: XcursorUInt
comment: *mut c_char
Trait Implementations
impl Clone for _XcursorComment
[src]
fn clone(&self) -> _XcursorComment
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