x11_dl::xcursor

Type Alias XcursorChunkHeader

Source
pub type XcursorChunkHeader = _XcursorChunkHeader;

Aliased Type§

struct XcursorChunkHeader {
    pub header: u32,
    pub type_: u32,
    pub subtype: u32,
    pub version: u32,
}

Fields§

§header: u32§type_: u32§subtype: u32§version: u32

Trait Implementations

Source§

impl Clone for _XcursorChunkHeader

Source§

fn clone(&self) -> _XcursorChunkHeader

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 _XcursorChunkHeader

Source§

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

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

impl Copy for _XcursorChunkHeader