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<(), Error>

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

impl Copy for _XcursorChunkHeader