pub type XcursorFileToc = _XcursorFileToc;

Aliased Type§

struct XcursorFileToc {
    pub type_: u32,
    pub subtype: u32,
    pub position: u32,
}

Fields§

§type_: u32§subtype: u32§position: u32

Trait Implementations§

source§

impl Clone for _XcursorFileToc

source§

fn clone(&self) -> _XcursorFileToc

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 _XcursorFileToc

source§

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

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

impl Copy for _XcursorFileToc