Struct x11_dl::xcursor::_XcursorFileToc [] [src]

pub struct _XcursorFileToc {
    pub type_: XcursorUInt,
    pub subtype: XcursorUInt,
    pub position: XcursorUInt,
}

Fields

type_
subtype
position

Trait Implementations

Derived Implementations

impl Copy for _XcursorFileToc

impl Clone for _XcursorFileToc

fn clone(&self) -> _XcursorFileToc

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