Struct x11_dl::xcursor::_XcursorFileHeader
[−]
[src]
pub struct _XcursorFileHeader { pub magic: XcursorUInt, pub header: XcursorUInt, pub version: XcursorUInt, pub ntoc: XcursorUInt, pub tocs: *mut XcursorFileToc, }
Fields
magic: XcursorUInt
header: XcursorUInt
version: XcursorUInt
ntoc: XcursorUInt
tocs: *mut XcursorFileToc
Trait Implementations
impl Copy for _XcursorFileHeader
[src]
impl Clone for _XcursorFileHeader
[src]
fn clone(&self) -> _XcursorFileHeader
[−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[−]
Performs copy-assignment from source
. Read more