pub type XcursorComment = _XcursorComment;
Aliased Type§
struct XcursorComment {
pub version: u32,
pub comment_type: u32,
pub comment: *mut i8,
}
Fields§
§version: u32
§comment_type: u32
§comment: *mut i8
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