x11_dl::xcursor

Type Alias XcursorComment

Source
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

Source§

fn clone(&self) -> _XcursorComment

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _XcursorComment

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _XcursorComment