Struct x11::xcursor::_XcursorComment
source · #[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§
source§impl Clone for _XcursorComment
impl Clone for _XcursorComment
source§fn clone(&self) -> _XcursorComment
fn clone(&self) -> _XcursorComment
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