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