pub type XcursorChunkHeader = _XcursorChunkHeader;
Aliased Type§
struct XcursorChunkHeader {
pub header: u32,
pub type_: u32,
pub subtype: u32,
pub version: u32,
}
Fields§
§header: u32
§type_: u32
§subtype: u32
§version: u32
Trait Implementations
Source§impl Clone for _XcursorChunkHeader
impl Clone for _XcursorChunkHeader
Source§fn clone(&self) -> _XcursorChunkHeader
fn clone(&self) -> _XcursorChunkHeader
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