Struct x11::xcursor::_XcursorChunkHeader
source · #[repr(C)]pub struct _XcursorChunkHeader {
pub header: XcursorUInt,
pub type_: XcursorUInt,
pub subtype: XcursorUInt,
pub version: XcursorUInt,
}
Fields§
§header: XcursorUInt
§type_: XcursorUInt
§subtype: XcursorUInt
§version: XcursorUInt
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