Struct x11::xcursor::_XcursorFileHeader
source · #[repr(C)]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§
source§impl Clone for _XcursorFileHeader
impl Clone for _XcursorFileHeader
source§fn clone(&self) -> _XcursorFileHeader
fn clone(&self) -> _XcursorFileHeader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more