pub type XcursorFileHeader = _XcursorFileHeader;

Aliased Type§

struct XcursorFileHeader {
    pub magic: u32,
    pub header: u32,
    pub version: u32,
    pub ntoc: u32,
    pub tocs: *mut _XcursorFileToc,
}

Fields§

§magic: u32§header: u32§version: u32§ntoc: u32§tocs: *mut _XcursorFileToc

Trait Implementations§

source§

impl Clone for _XcursorFileHeader

source§

fn clone(&self) -> _XcursorFileHeader

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 _XcursorFileHeader

source§

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

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

impl Copy for _XcursorFileHeader