Struct x11_dl::xcursor::_XcursorFileHeader [] [src]

#[repr(C)]
pub struct _XcursorFileHeader { pub magic: XcursorUInt, pub header: XcursorUInt, pub version: XcursorUInt, pub ntoc: XcursorUInt, pub tocs: *mut XcursorFileToc, }

Fields

Trait Implementations

impl Debug for _XcursorFileHeader
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for _XcursorFileHeader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for _XcursorFileHeader
[src]

Auto Trait Implementations