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