winapi 0.1.8

Types and constants for WinAPI bindings. See README for list of crates providing function bindings.
Build #7833 2016-08-05T07:43:11.184703+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading winapi v0.1.8
Documenting winapi v0.1.8
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs --crate-name winapi -o /home/cratesfyi/winapi-0.1.8/doc -L dependency=/home/cratesfyi/winapi-0.1.8/debug -L dependency=/home/cratesfyi/winapi-0.1.8/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:13:14: 13:32 error: an extern crate named `core` has already been imported in this module [E0259]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:13 #[macro_use] extern crate core;
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:12:21: 12:25 error: the trait bound `fileapi::WIN32_FILE_ATTRIBUTE_DATA: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:12 #[repr(C)] #[derive(Copy)] pub struct WIN32_FILE_ATTRIBUTE_DATA {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:12:21: 12:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:12:21: 12:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:21:21: 21:25 error: the trait bound `fileapi::BY_HANDLE_FILE_INFORMATION: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:21 #[repr(C)] #[derive(Copy)] pub struct BY_HANDLE_FILE_INFORMATION {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:21:21: 21:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:21:21: 21:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:35:21: 35:25 error: the trait bound `fileapi::CREATEFILE2_EXTENDED_PARAMETERS: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:35 #[repr(C)] #[derive(Copy)] pub struct CREATEFILE2_EXTENDED_PARAMETERS {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:35:21: 35:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/fileapi.rs:35:21: 35:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:4:21: 4:25 error: the trait bound `minwinbase::SECURITY_ATTRIBUTES: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:4 #[repr(C)] #[derive(Copy)] pub struct SECURITY_ATTRIBUTES {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:4:21: 4:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:4:21: 4:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:11:21: 11:25 error: the trait bound `minwinbase::OVERLAPPED: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:11 #[repr(C)] #[derive(Copy)] pub struct OVERLAPPED {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:11:21: 11:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:11:21: 11:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:19:21: 19:25 error: the trait bound `minwinbase::OVERLAPPED_ENTRY: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:19 #[repr(C)] #[derive(Copy)] pub struct OVERLAPPED_ENTRY {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:19:21: 19:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:19:21: 19:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:26:21: 26:25 error: the trait bound `minwinbase::SYSTEMTIME: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:26 #[repr(C)] #[derive(Copy)] pub struct SYSTEMTIME {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:26:21: 26:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:26:21: 26:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:38:21: 38:25 error: the trait bound `minwinbase::WIN32_FIND_DATAA: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:38 #[repr(C)] #[derive(Copy)] pub struct WIN32_FIND_DATAA {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:38:21: 38:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:38:21: 38:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:52:21: 52:25 error: the trait bound `minwinbase::WIN32_FIND_DATAW: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:52 #[repr(C)] #[derive(Copy)] pub struct WIN32_FIND_DATAW {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:52:21: 52:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:52:21: 52:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:66:23: 66:27 error: the trait bound `minwinbase::FINDEX_INFO_LEVELS: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:66 #[repr(i32)] #[derive(Copy)] pub enum FINDEX_INFO_LEVELS {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:66:23: 66:27 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:66:23: 66:27 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:73:23: 73:27 error: the trait bound `minwinbase::FINDEX_SEARCH_OPS: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:73 #[repr(i32)] #[derive(Copy)] pub enum FINDEX_SEARCH_OPS {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:73:23: 73:27 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:73:23: 73:27 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:79:23: 79:27 error: the trait bound `minwinbase::GET_FILEEX_INFO_LEVELS: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:79 #[repr(i32)] #[derive(Copy)] pub enum GET_FILEEX_INFO_LEVELS {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:79:23: 79:27 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:79:23: 79:27 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:83:23: 83:27 error: the trait bound `minwinbase::FILE_INFO_BY_HANDLE_CLASS: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:83 #[repr(i32)] #[derive(Copy)] pub enum FILE_INFO_BY_HANDLE_CLASS {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:83:23: 83:27 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwinbase.rs:83:23: 83:27 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwindef.rs:84:21: 84:25 error: the trait bound `minwindef::FILETIME: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwindef.rs:84 #[repr(C)] #[derive(Copy)] pub struct FILETIME {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwindef.rs:84:21: 84:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwindef.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/minwindef.rs:84:21: 84:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:5:21: 5:25 error: the trait bound `wincon::COORD: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:5 #[repr(C)] #[derive(Copy)] pub struct COORD {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:5:21: 5:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:5:21: 5:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:10:21: 10:25 error: the trait bound `wincon::SMALL_RECT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:10 #[repr(C)] #[derive(Copy)] pub struct SMALL_RECT {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:10:21: 10:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:10:21: 10:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:17:21: 17:25 error: the trait bound `wincon::KEY_EVENT_RECORD: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:17 #[repr(C)] #[derive(Copy)] pub struct KEY_EVENT_RECORD {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:17:21: 17:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:17:21: 17:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:42:21: 42:25 error: the trait bound `wincon::MOUSE_EVENT_RECORD: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:42 #[repr(C)] #[derive(Copy)] pub struct MOUSE_EVENT_RECORD {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:42:21: 42:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:42:21: 42:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:58:21: 58:25 error: the trait bound `wincon::WINDOW_BUFFER_SIZE_RECORD: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:58 #[repr(C)] #[derive(Copy)] pub struct WINDOW_BUFFER_SIZE_RECORD {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:58:21: 58:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:58:21: 58:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:62:21: 62:25 error: the trait bound `wincon::MENU_EVENT_RECORD: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:62 #[repr(C)] #[derive(Copy)] pub struct MENU_EVENT_RECORD {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:62:21: 62:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:62:21: 62:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:66:21: 66:25 error: the trait bound `wincon::FOCUS_EVENT_RECORD: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:66 #[repr(C)] #[derive(Copy)] pub struct FOCUS_EVENT_RECORD {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:66:21: 66:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:66:21: 66:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:70:21: 70:25 error: the trait bound `wincon::INPUT_RECORD: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:70 #[repr(C)] #[derive(Copy)] pub struct INPUT_RECORD {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:70:21: 70:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:70:21: 70:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:92:21: 92:25 error: the trait bound `wincon::CHAR_INFO: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:92 #[repr(C)] #[derive(Copy)] pub struct CHAR_INFO {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:92:21: 92:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:92:21: 92:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:119:21: 119:25 error: the trait bound `wincon::CONSOLE_SCREEN_BUFFER_INFO: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:119 #[repr(C)] #[derive(Copy)] pub struct CONSOLE_SCREEN_BUFFER_INFO {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:119:21: 119:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:119:21: 119:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:127:21: 127:25 error: the trait bound `wincon::CONSOLE_SCREEN_BUFFER_INFOEX: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:127 #[repr(C)] #[derive(Copy)] pub struct CONSOLE_SCREEN_BUFFER_INFOEX {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:127:21: 127:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:127:21: 127:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:139:21: 139:25 error: the trait bound `wincon::CONSOLE_CURSOR_INFO: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:139 #[repr(C)] #[derive(Copy)] pub struct CONSOLE_CURSOR_INFO {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:139:21: 139:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:139:21: 139:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:144:21: 144:25 error: the trait bound `wincon::CONSOLE_FONT_INFO: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:144 #[repr(C)] #[derive(Copy)] pub struct CONSOLE_FONT_INFO {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:144:21: 144:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:144:21: 144:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:149:21: 149:25 error: the trait bound `wincon::CONSOLE_FONT_INFOEX: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:149 #[repr(C)] #[derive(Copy)] pub struct CONSOLE_FONT_INFOEX {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:149:21: 149:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:149:21: 149:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:159:21: 159:25 error: the trait bound `wincon::CONSOLE_HISTORY_INFO: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:159 #[repr(C)] #[derive(Copy)] pub struct CONSOLE_HISTORY_INFO {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:159:21: 159:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:159:21: 159:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:166:21: 166:25 error: the trait bound `wincon::CONSOLE_SELECTION_INFO: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:166 #[repr(C)] #[derive(Copy)] pub struct CONSOLE_SELECTION_INFO {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:166:21: 166:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:166:21: 166:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:197:21: 197:25 error: the trait bound `wincon::CONSOLE_READCONSOLE_CONTROL: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:197 #[repr(C)] #[derive(Copy)] pub struct CONSOLE_READCONSOLE_CONTROL {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:197:21: 197:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/wincon.rs:197:21: 197:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:15:21: 15:25 error: the trait bound `winnt::CONTEXT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:15 #[repr(C)] #[derive(Copy)] pub struct CONTEXT {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:15:21: 15:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:15:21: 15:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:83:21: 83:25 error: the trait bound `winnt::EXCEPTION_RECORD: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:83 #[repr(C)] #[derive(Copy)] pub struct EXCEPTION_RECORD {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:83:21: 83:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:83:21: 83:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:93:21: 93:25 error: the trait bound `winnt::EXCEPTION_POINTERS: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:93 #[repr(C)] #[derive(Copy)] pub struct EXCEPTION_POINTERS {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:93:21: 93:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:93:21: 93:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:129:21: 129:25 error: the trait bound `winnt::ACL: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:129 #[repr(C)] #[derive(Copy)] pub struct ACL {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:129:21: 129:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:129:21: 129:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:142:21: 142:25 error: the trait bound `winnt::CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:142 #[repr(C)] #[derive(Copy)] pub struct CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:142:21: 142:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:142:21: 142:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:150:21: 150:25 error: the trait bound `winnt::CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:150 #[repr(C)] #[derive(Copy)] pub struct CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:150:21: 150:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:150:21: 150:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:168:21: 168:25 error: the trait bound `winnt::CLAIM_SECURITY_ATTRIBUTE_V1: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:168 #[repr(C)] #[derive(Copy)] pub struct CLAIM_SECURITY_ATTRIBUTE_V1 {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:168:21: 168:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:168:21: 168:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:177:21: 177:25 error: the trait bound `winnt::CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:177 #[repr(C)] #[derive(Copy)] pub struct CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1 {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:177:21: 177:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:177:21: 177:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:189:21: 189:25 error: the trait bound `winnt::CLAIM_SECURITY_ATTRIBUTES_INFORMATION: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:189 #[repr(C)] #[derive(Copy)] pub struct CLAIM_SECURITY_ATTRIBUTES_INFORMATION {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:189:21: 189:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:189:21: 189:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:276:21: 276:25 error: the trait bound `winnt::FILE_ID_128: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:276 #[repr(C)] #[derive(Copy)] pub struct FILE_ID_128 {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:276:21: 276:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:276:21: 276:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:280:21: 280:25 error: the trait bound `winnt::FILE_NOTIFY_INFORMATION: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:280 #[repr(C)] #[derive(Copy)] pub struct FILE_NOTIFY_INFORMATION {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:280:21: 280:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:280:21: 280:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:286:21: 286:25 error: the trait bound `winnt::FILE_SEGMENT_ELEMENT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:286 #[repr(C)] #[derive(Copy)] pub struct FILE_SEGMENT_ELEMENT {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:286:21: 286:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:286:21: 286:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:292:21: 292:25 error: the trait bound `winnt::RTL_SRWLOCK: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:292 #[repr(C)] #[derive(Copy)] pub struct RTL_SRWLOCK {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:292:21: 292:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winnt.rs:292:21: 292:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:10:21: 10:25 error: the trait bound `winuser::CREATESTRUCTA: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:10 #[repr(C)] #[derive(Copy)] pub struct CREATESTRUCTA {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:10:21: 10:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:10:21: 10:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:25:21: 25:25 error: the trait bound `winuser::CREATESTRUCTW: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:25 #[repr(C)] #[derive(Copy)] pub struct CREATESTRUCTW {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:25:21: 25:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:25:21: 25:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:67:21: 67:25 error: the trait bound `winuser::MOUSEINPUT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:67 #[repr(C)] #[derive(Copy)] pub struct MOUSEINPUT {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:67:21: 67:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:67:21: 67:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:77:21: 77:25 error: the trait bound `winuser::KEYBDINPUT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:77 #[repr(C)] #[derive(Copy)] pub struct KEYBDINPUT {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:77:21: 77:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:77:21: 77:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:86:21: 86:25 error: the trait bound `winuser::HARDWAREINPUT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:86 #[repr(C)] #[derive(Copy)] pub struct HARDWAREINPUT {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:86:21: 86:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:86:21: 86:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:96:21: 96:25 error: the trait bound `winuser::INPUT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:96 #[repr(C)] #[derive(Copy)] pub struct INPUT {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:96:21: 96:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/winuser.rs:96:21: 96:25 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:212:10: 212:14 error: the trait bound `POINTL: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:212 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:212:10: 212:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:212:10: 212:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:290:10: 290:14 error: the trait bound `PROCESSOR_NUMBER: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:290 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:290:10: 290:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:290:10: 290:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:298:10: 298:14 error: the trait bound `GROUP_AFFINITY: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:298 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:298:10: 298:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:298:10: 298:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:316:10: 316:14 error: the trait bound `COMPARTMENT_ID: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:316 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:316:10: 316:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:316:10: 316:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:323:10: 323:14 error: the trait bound `FLOAT128: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:323 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:323:10: 323:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:323:10: 323:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:341:10: 341:14 error: the trait bound `LUID: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:341 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:341:10: 341:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:341:10: 341:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:352:10: 352:14 error: the trait bound `LIST_ENTRY: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:352 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:352:10: 352:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:352:10: 352:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:359:10: 359:14 error: the trait bound `SINGLE_LIST_ENTRY: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:359 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:359:10: 359:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:359:10: 359:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:365:10: 365:14 error: the trait bound `LIST_ENTRY32: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:365 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:365:10: 365:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:365:10: 365:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:372:10: 372:14 error: the trait bound `LIST_ENTRY64: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:372 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:372:10: 372:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:372:10: 372:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:379:10: 379:14 error: the trait bound `OBJECTID: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:379 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:379:10: 379:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:379:10: 379:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:394:10: 394:14 error: the trait bound `M128A: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:394 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:394:10: 394:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:394:10: 394:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:423:10: 423:14 error: the trait bound `XSAVE_FORMAT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:423 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:423:10: 423:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:423:10: 423:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:443:10: 443:14 error: the trait bound `TOKEN_PRIVILEGES: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:443 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:443:10: 443:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:443:10: 443:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:450:10: 450:14 error: the trait bound `LUID_AND_ATTRIBUTES: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:450 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:450:10: 450:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:450:10: 450:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:566:10: 566:14 error: the trait bound `GUID: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:566 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:566:10: 566:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:566:10: 566:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:587:10: 587:14 error: the trait bound `EXCEPTION_DISPOSITION: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:587 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:587:10: 587:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:587:10: 587:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:595:10: 595:14 error: the trait bound `_EXCEPTION_RECORD: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:595 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:595:10: 595:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:595:10: 595:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:598:10: 598:14 error: the trait bound `_CONTEXT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:598 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:598:10: 598:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:598:10: 598:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:602:10: 602:14 error: the trait bound `_DISPATCHER_CONTEXT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:602 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:602:10: 602:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:602:10: 602:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:607:10: 607:14 error: the trait bound `KNOWN_FOLDER_FLAG: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:607 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:607:10: 607:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:607:10: 607:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:633:10: 633:14 error: the trait bound `HWND__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:633 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:633:10: 633:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:633:10: 633:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:637:10: 637:14 error: the trait bound `HHOOK__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:637 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:637:10: 637:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:637:10: 637:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:642:10: 642:14 error: the trait bound `HACCEL__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:642 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:642:10: 642:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:642:10: 642:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:646:10: 646:14 error: the trait bound `HBITMAP__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:646 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:646:10: 646:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:646:10: 646:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:650:10: 650:14 error: the trait bound `HBRUSH__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:650 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:650:10: 650:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:650:10: 650:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:654:10: 654:14 error: the trait bound `HCOLORSPACE__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:654 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:654:10: 654:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:654:10: 654:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:658:10: 658:14 error: the trait bound `HDC__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:658 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:658:10: 658:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:658:10: 658:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:662:10: 662:14 error: the trait bound `HGLRC__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:662 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:662:10: 662:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:662:10: 662:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:666:10: 666:14 error: the trait bound `HDESK__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:666 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:666:10: 666:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:666:10: 666:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:670:10: 670:14 error: the trait bound `HENHMETAFILE__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:670 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:670:10: 670:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:670:10: 670:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:674:10: 674:14 error: the trait bound `HFONT__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:674 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:674:10: 674:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:674:10: 674:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:678:10: 678:14 error: the trait bound `HICON__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:678 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:678:10: 678:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:678:10: 678:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:682:10: 682:14 error: the trait bound `HMENU__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:682 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:682:10: 682:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:682:10: 682:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:686:10: 686:14 error: the trait bound `HPALETTE__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:686 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:686:10: 686:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:686:10: 686:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:690:10: 690:14 error: the trait bound `HPEN__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:690 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:690:10: 690:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:690:10: 690:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:694:10: 694:14 error: the trait bound `HWINEVENTHOOK__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:694 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:694:10: 694:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:694:10: 694:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:698:10: 698:14 error: the trait bound `HMONITOR__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:698 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:698:10: 698:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:698:10: 698:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:702:10: 702:14 error: the trait bound `HUMPD__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:702 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:702:10: 702:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:702:10: 702:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:709:10: 709:14 error: the trait bound `RECT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:709 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:709:10: 709:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:709:10: 709:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:721:10: 721:14 error: the trait bound `POINT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:721 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:721:10: 721:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:721:10: 721:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:744:10: 744:14 error: the trait bound `IContextMenu: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:744 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:744:10: 744:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:744:10: 744:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:747:10: 747:14 error: the trait bound `IContextMenu2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:747 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:747:10: 747:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:747:10: 747:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:750:10: 750:14 error: the trait bound `IContextMenu3: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:750 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:750:10: 750:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:750:10: 750:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:753:10: 753:14 error: the trait bound `IExecuteCommand: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:753 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:753:10: 753:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:753:10: 753:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:756:10: 756:14 error: the trait bound `IPersistFolder: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:756 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:756:10: 756:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:756:10: 756:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:759:10: 759:14 error: the trait bound `IRunnableTask: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:759 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:759:10: 759:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:759:10: 759:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:762:10: 762:14 error: the trait bound `IShellTaskScheduler: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:762 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:762:10: 762:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:762:10: 762:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:765:10: 765:14 error: the trait bound `IQueryCodePage: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:765 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:765:10: 765:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:765:10: 765:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:768:10: 768:14 error: the trait bound `IPersistFolder2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:768 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:768:10: 768:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:768:10: 768:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:771:10: 771:14 error: the trait bound `IPersistFolder3: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:771 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:771:10: 771:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:771:10: 771:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:774:10: 774:14 error: the trait bound `IPersistIDList: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:774 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:774:10: 774:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:774:10: 774:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:777:10: 777:14 error: the trait bound `IEnumIDList: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:777 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:777:10: 777:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:777:10: 777:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:780:10: 780:14 error: the trait bound `IEnumFullIDList: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:780 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:780:10: 780:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:780:10: 780:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:783:10: 783:14 error: the trait bound `IFileSyncMergeHandler: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:783 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:783:10: 783:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:783:10: 783:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:786:10: 786:14 error: the trait bound `IObjectWithFolderEnumMode: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:786 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:786:10: 786:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:786:10: 786:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:789:10: 789:14 error: the trait bound `IParseAndCreateItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:789 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:789:10: 789:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:789:10: 789:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:792:10: 792:14 error: the trait bound `IShellFolder: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:792 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:792:10: 792:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:792:10: 792:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:795:10: 795:14 error: the trait bound `IEnumExtraSearch: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:795 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:795:10: 795:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:795:10: 795:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:798:10: 798:14 error: the trait bound `IShellFolder2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:798 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:798:10: 798:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:798:10: 798:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:801:10: 801:14 error: the trait bound `IFolderViewOptions: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:801 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:801:10: 801:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:801:10: 801:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:804:10: 804:14 error: the trait bound `IShellView: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:804 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:804:10: 804:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:804:10: 804:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:807:10: 807:14 error: the trait bound `IShellView2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:807 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:807:10: 807:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:807:10: 807:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:810:10: 810:14 error: the trait bound `IShellView3: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:810 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:810:10: 810:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:810:10: 810:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:813:10: 813:14 error: the trait bound `IFolderView: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:813 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:813:10: 813:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:813:10: 813:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:816:10: 816:14 error: the trait bound `ISearchBoxInfo: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:816 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:816:10: 816:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:816:10: 816:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:819:10: 819:14 error: the trait bound `IFolderView2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:819 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:819:10: 819:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:819:10: 819:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:822:10: 822:14 error: the trait bound `IFolderViewSettings: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:822 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:822:10: 822:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:822:10: 822:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:825:10: 825:14 error: the trait bound `IPreviewHandlerVisuals: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:825 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:825:10: 825:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:825:10: 825:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:828:10: 828:14 error: the trait bound `IVisualProperties: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:828 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:828:10: 828:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:828:10: 828:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:831:10: 831:14 error: the trait bound `ICommDlgBrowser: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:831 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:831:10: 831:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:831:10: 831:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:834:10: 834:14 error: the trait bound `ICommDlgBrowser2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:834 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:834:10: 834:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:834:10: 834:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:837:10: 837:14 error: the trait bound `ICommDlgBrowser3: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:837 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:837:10: 837:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:837:10: 837:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:840:10: 840:14 error: the trait bound `IColumnManager: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:840 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:840:10: 840:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:840:10: 840:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:843:10: 843:14 error: the trait bound `IFolderFilterSite: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:843 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:843:10: 843:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:843:10: 843:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:846:10: 846:14 error: the trait bound `IFolderFilter: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:846 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:846:10: 846:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:846:10: 846:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:849:10: 849:14 error: the trait bound `IInputObjectSite: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:849 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:849:10: 849:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:849:10: 849:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:852:10: 852:14 error: the trait bound `IInputObject: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:852 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:852:10: 852:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:852:10: 852:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:855:10: 855:14 error: the trait bound `IInputObject2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:855 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:855:10: 855:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:855:10: 855:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:858:10: 858:14 error: the trait bound `IShellIcon: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:858 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:858:10: 858:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:858:10: 858:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:861:10: 861:14 error: the trait bound `IShellBrowser: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:861 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:861:10: 861:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:861:10: 861:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:864:10: 864:14 error: the trait bound `IProfferService: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:864 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:864:10: 864:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:864:10: 864:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:867:10: 867:14 error: the trait bound `IShellItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:867 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:867:10: 867:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:867:10: 867:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:870:10: 870:14 error: the trait bound `IShellItem2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:870 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:870:10: 870:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:870:10: 870:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:873:10: 873:14 error: the trait bound `IShellItemImageFactory: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:873 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:873:10: 873:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:873:10: 873:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:876:10: 876:14 error: the trait bound `IUserAccountChangeCallback: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:876 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:876:10: 876:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:876:10: 876:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:879:10: 879:14 error: the trait bound `IEnumShellItems: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:879 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:879:10: 879:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:879:10: 879:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:882:10: 882:14 error: the trait bound `ITransferAdviseSink: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:882 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:882:10: 882:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:882:10: 882:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:885:10: 885:14 error: the trait bound `ITransferSource: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:885 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:885:10: 885:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:885:10: 885:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:888:10: 888:14 error: the trait bound `IEnumResources: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:888 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:888:10: 888:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:888:10: 888:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:891:10: 891:14 error: the trait bound `IShellItemResources: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:891 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:891:10: 891:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:891:10: 891:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:894:10: 894:14 error: the trait bound `ITransferDestination: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:894 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:894:10: 894:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:894:10: 894:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:897:10: 897:14 error: the trait bound `IStreamAsync: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:897 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:897:10: 897:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:897:10: 897:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:900:10: 900:14 error: the trait bound `IStreamUnbufferedInfo: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:900 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:900:10: 900:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:900:10: 900:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:903:10: 903:14 error: the trait bound `IFileOperationProgressSink: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:903 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:903:10: 903:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:903:10: 903:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:906:10: 906:14 error: the trait bound `IShellItemArray: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:906 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:906:10: 906:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:906:10: 906:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:909:10: 909:14 error: the trait bound `IInitializeWithItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:909 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:909:10: 909:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:909:10: 909:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:912:10: 912:14 error: the trait bound `IObjectWithSelection: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:912 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:912:10: 912:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:912:10: 912:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:915:10: 915:14 error: the trait bound `IObjectWithBackReferences: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:915 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:915:10: 915:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:915:10: 915:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:918:10: 918:14 error: the trait bound `IPropertyUI: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:918 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:918:10: 918:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:918:10: 918:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:921:10: 921:14 error: the trait bound `ICategoryProvider: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:921 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:921:10: 921:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:921:10: 921:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:924:10: 924:14 error: the trait bound `ICategorizer: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:924 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:924:10: 924:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:924:10: 924:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:927:10: 927:14 error: the trait bound `IDropTargetHelper: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:927 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:927:10: 927:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:927:10: 927:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:930:10: 930:14 error: the trait bound `IDragSourceHelper: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:930 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:930:10: 930:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:930:10: 930:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:933:10: 933:14 error: the trait bound `IDragSourceHelper2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:933 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:933:10: 933:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:933:10: 933:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:936:10: 936:14 error: the trait bound `IShellLinkA: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:936 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:936:10: 936:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:936:10: 936:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:939:10: 939:14 error: the trait bound `IShellLinkW: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:939 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:939:10: 939:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:939:10: 939:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:942:10: 942:14 error: the trait bound `IShellLinkDataList: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:942 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:942:10: 942:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:942:10: 942:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:945:10: 945:14 error: the trait bound `IResolveShellLink: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:945 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:945:10: 945:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:945:10: 945:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:948:10: 948:14 error: the trait bound `IActionProgressDialog: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:948 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:948:10: 948:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:948:10: 948:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:951:10: 951:14 error: the trait bound `IHWEventHandler: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:951 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:951:10: 951:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:951:10: 951:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:954:10: 954:14 error: the trait bound `IHWEventHandler2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:954 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:954:10: 954:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:954:10: 954:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:957:10: 957:14 error: the trait bound `IQueryCancelAutoPlay: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:957 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:957:10: 957:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:957:10: 957:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:960:10: 960:14 error: the trait bound `IDynamicHWHandler: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:960 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:960:10: 960:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:960:10: 960:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:963:10: 963:14 error: the trait bound `IActionProgress: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:963 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:963:10: 963:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:963:10: 963:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:966:10: 966:14 error: the trait bound `IShellExtInit: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:966 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:966:10: 966:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:966:10: 966:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:969:10: 969:14 error: the trait bound `IShellPropSheetExt: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:969 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:969:10: 969:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:969:10: 969:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:972:10: 972:14 error: the trait bound `IRemoteComputer: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:972 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:972:10: 972:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:972:10: 972:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:975:10: 975:14 error: the trait bound `IQueryContinue: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:975 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:975:10: 975:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:975:10: 975:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:978:10: 978:14 error: the trait bound `IObjectWithCancelEvent: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:978 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:978:10: 978:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:978:10: 978:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:981:10: 981:14 error: the trait bound `IUserNotification: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:981 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:981:10: 981:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:981:10: 981:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:984:10: 984:14 error: the trait bound `IUserNotificationCallback: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:984 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:984:10: 984:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:984:10: 984:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:987:10: 987:14 error: the trait bound `IUserNotification2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:987 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:987:10: 987:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:987:10: 987:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:990:10: 990:14 error: the trait bound `IItemNameLimits: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:990 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:990:10: 990:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:990:10: 990:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:993:10: 993:14 error: the trait bound `ISearchFolderItemFactory: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:993 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:993:10: 993:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:993:10: 993:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:996:10: 996:14 error: the trait bound `IExtractImage: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:996 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:996:10: 996:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:996:10: 996:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:999:10: 999:14 error: the trait bound `IExtractImage2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:999 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:999:10: 999:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:999:10: 999:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1002:10: 1002:14 error: the trait bound `IThumbnailHandlerFactory: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1002 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1002:10: 1002:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1002:10: 1002:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1005:10: 1005:14 error: the trait bound `IParentAndItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1005 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1005:10: 1005:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1005:10: 1005:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1008:10: 1008:14 error: the trait bound `IDockingWindow: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1008 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1008:10: 1008:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1008:10: 1008:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1011:10: 1011:14 error: the trait bound `IDeskBand: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1011 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1011:10: 1011:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1011:10: 1011:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1014:10: 1014:14 error: the trait bound `IDeskBandInfo: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1014 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1014:10: 1014:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1014:10: 1014:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1017:10: 1017:14 error: the trait bound `IDeskBand2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1017 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1017:10: 1017:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1017:10: 1017:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1020:10: 1020:14 error: the trait bound `ITaskbarList: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1020 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1020:10: 1020:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1020:10: 1020:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1023:10: 1023:14 error: the trait bound `ITaskbarList2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1023 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1023:10: 1023:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1023:10: 1023:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1026:10: 1026:14 error: the trait bound `ITaskbarList3: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1026 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1026:10: 1026:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1026:10: 1026:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1029:10: 1029:14 error: the trait bound `ITaskbarList4: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1029 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1029:10: 1029:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1029:10: 1029:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1032:10: 1032:14 error: the trait bound `IStartMenuPinnedList: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1032 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1032:10: 1032:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1032:10: 1032:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1035:10: 1035:14 error: the trait bound `ICDBurn: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1035 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1035:10: 1035:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1035:10: 1035:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1038:10: 1038:14 error: the trait bound `IWizardSite: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1038 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1038:10: 1038:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1038:10: 1038:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1041:10: 1041:14 error: the trait bound `IWizardExtension: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1041 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1041:10: 1041:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1041:10: 1041:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1044:10: 1044:14 error: the trait bound `IWebWizardExtension: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1044 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1044:10: 1044:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1044:10: 1044:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1047:10: 1047:14 error: the trait bound `IPublishingWizard: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1047 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1047:10: 1047:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1047:10: 1047:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1050:10: 1050:14 error: the trait bound `IFolderViewHost: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1050 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1050:10: 1050:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1050:10: 1050:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1053:10: 1053:14 error: the trait bound `IExplorerBrowserEvents: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1053 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1053:10: 1053:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1053:10: 1053:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1056:10: 1056:14 error: the trait bound `IExplorerBrowser: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1056 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1056:10: 1056:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1056:10: 1056:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1059:10: 1059:14 error: the trait bound `IAccessibleObject: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1059 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1059:10: 1059:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1059:10: 1059:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1062:10: 1062:14 error: the trait bound `IResultsFolder: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1062 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1062:10: 1062:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1062:10: 1062:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1065:10: 1065:14 error: the trait bound `IEnumObjects: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1065 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1065:10: 1065:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1065:10: 1065:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1068:10: 1068:14 error: the trait bound `IOperationsProgressDialog: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1068 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1068:10: 1068:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1068:10: 1068:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1071:10: 1071:14 error: the trait bound `IIOCancelInformation: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1071 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1071:10: 1071:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1071:10: 1071:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1074:10: 1074:14 error: the trait bound `IFileOperation: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1074 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1074:10: 1074:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1074:10: 1074:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1077:10: 1077:14 error: the trait bound `IObjectProvider: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1077 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1077:10: 1077:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1077:10: 1077:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1080:10: 1080:14 error: the trait bound `INamespaceWalkCB: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1080 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1080:10: 1080:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1080:10: 1080:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1083:10: 1083:14 error: the trait bound `INamespaceWalkCB2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1083 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1083:10: 1083:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1083:10: 1083:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1086:10: 1086:14 error: the trait bound `INamespaceWalk: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1086 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1086:10: 1086:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1086:10: 1086:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1089:10: 1089:14 error: the trait bound `IAutoCompleteDropDown: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1089 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1089:10: 1089:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1089:10: 1089:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1092:10: 1092:14 error: the trait bound `IBandSite: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1092 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1092:10: 1092:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1092:10: 1092:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1095:10: 1095:14 error: the trait bound `IModalWindow: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1095 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1095:10: 1095:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1095:10: 1095:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1098:10: 1098:14 error: the trait bound `ICDBurnExt: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1098 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1098:10: 1098:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1098:10: 1098:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1101:10: 1101:14 error: the trait bound `IContextMenuSite: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1101 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1101:10: 1101:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1101:10: 1101:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1104:10: 1104:14 error: the trait bound `IEnumReadyCallback: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1104 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1104:10: 1104:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1104:10: 1104:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1107:10: 1107:14 error: the trait bound `IEnumerableView: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1107 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1107:10: 1107:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1107:10: 1107:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1110:10: 1110:14 error: the trait bound `IInsertItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1110 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1110:10: 1110:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1110:10: 1110:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1113:10: 1113:14 error: the trait bound `IMenuBand: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1113 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1113:10: 1113:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1113:10: 1113:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1116:10: 1116:14 error: the trait bound `IFolderBandPriv: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1116 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1116:10: 1116:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1116:10: 1116:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1119:10: 1119:14 error: the trait bound `IRegTreeItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1119 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1119:10: 1119:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1119:10: 1119:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1122:10: 1122:14 error: the trait bound `IImageRecompress: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1122 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1122:10: 1122:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1122:10: 1122:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1125:10: 1125:14 error: the trait bound `IDeskBar: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1125 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1125:10: 1125:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1125:10: 1125:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1128:10: 1128:14 error: the trait bound `IMenuPopup: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1128 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1128:10: 1128:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1128:10: 1128:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1131:10: 1131:14 error: the trait bound `IFileIsInUse: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1131 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1131:10: 1131:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1131:10: 1131:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1134:10: 1134:14 error: the trait bound `IFileDialogEvents: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1134 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1134:10: 1134:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1134:10: 1134:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1137:10: 1137:14 error: the trait bound `IFileDialog: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1137 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1137:10: 1137:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1137:10: 1137:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1140:10: 1140:14 error: the trait bound `IFileSaveDialog: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1140 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1140:10: 1140:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1140:10: 1140:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1143:10: 1143:14 error: the trait bound `IFileOpenDialog: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1143 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1143:10: 1143:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1143:10: 1143:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1146:10: 1146:14 error: the trait bound `IFileDialogCustomize: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1146 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1146:10: 1146:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1146:10: 1146:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1149:10: 1149:14 error: the trait bound `IFileDialogControlEvents: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1149 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1149:10: 1149:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1149:10: 1149:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1152:10: 1152:14 error: the trait bound `IFileDialog2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1152 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1152:10: 1152:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1152:10: 1152:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1155:10: 1155:14 error: the trait bound `IApplicationAssociationRegistration: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1155 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1155:10: 1155:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1155:10: 1155:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1158:10: 1158:14 error: the trait bound `IApplicationAssociationRegistrationUI: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1158 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1158:10: 1158:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1158:10: 1158:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1161:10: 1161:14 error: the trait bound `IDelegateFolder: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1161 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1161:10: 1161:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1161:10: 1161:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1164:10: 1164:14 error: the trait bound `IBrowserFrameOptions: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1164 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1164:10: 1164:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1164:10: 1164:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1167:10: 1167:14 error: the trait bound `INewWindowManager: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1167 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1167:10: 1167:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1167:10: 1167:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1170:10: 1170:14 error: the trait bound `IAttachmentExecute: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1170 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1170:10: 1170:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1170:10: 1170:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1173:10: 1173:14 error: the trait bound `IShellMenuCallback: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1173 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1173:10: 1173:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1173:10: 1173:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1176:10: 1176:14 error: the trait bound `IShellMenu: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1176 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1176:10: 1176:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1176:10: 1176:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1179:10: 1179:14 error: the trait bound `IShellRunDll: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1179 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1179:10: 1179:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1179:10: 1179:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1182:10: 1182:14 error: the trait bound `IKnownFolder: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1182 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1182:10: 1182:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1182:10: 1182:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1185:10: 1185:14 error: the trait bound `IKnownFolderManager: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1185 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1185:10: 1185:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1185:10: 1185:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1188:10: 1188:14 error: the trait bound `ISharingConfigurationManager: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1188 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1188:10: 1188:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1188:10: 1188:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1191:10: 1191:14 error: the trait bound `IPreviousVersionsInfo: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1191 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1191:10: 1191:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1191:10: 1191:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1194:10: 1194:14 error: the trait bound `IRelatedItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1194 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1194:10: 1194:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1194:10: 1194:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1197:10: 1197:14 error: the trait bound `IIdentityName: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1197 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1197:10: 1197:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1197:10: 1197:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1200:10: 1200:14 error: the trait bound `IDelegateItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1200 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1200:10: 1200:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1200:10: 1200:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1203:10: 1203:14 error: the trait bound `ICurrentItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1203 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1203:10: 1203:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1203:10: 1203:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1206:10: 1206:14 error: the trait bound `ITransferMediumItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1206 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1206:10: 1206:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1206:10: 1206:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1209:10: 1209:14 error: the trait bound `IUseToBrowseItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1209 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1209:10: 1209:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1209:10: 1209:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1212:10: 1212:14 error: the trait bound `IDisplayItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1212 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1212:10: 1212:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1212:10: 1212:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1215:10: 1215:14 error: the trait bound `IViewStateIdentityItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1215 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1215:10: 1215:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1215:10: 1215:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1218:10: 1218:14 error: the trait bound `IPreviewItem: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1218 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1218:10: 1218:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1218:10: 1218:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1221:10: 1221:14 error: the trait bound `IDestinationStreamFactory: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1221 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1221:10: 1221:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1221:10: 1221:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1224:10: 1224:14 error: the trait bound `INewMenuClient: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1224 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1224:10: 1224:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1224:10: 1224:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1227:10: 1227:14 error: the trait bound `IInitializeWithBindCtx: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1227 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1227:10: 1227:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1227:10: 1227:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1230:10: 1230:14 error: the trait bound `IShellItemFilter: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1230 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1230:10: 1230:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1230:10: 1230:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1233:10: 1233:14 error: the trait bound `INameSpaceTreeControl: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1233 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1233:10: 1233:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1233:10: 1233:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1236:10: 1236:14 error: the trait bound `INameSpaceTreeControl2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1236 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1236:10: 1236:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1236:10: 1236:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1239:10: 1239:14 error: the trait bound `INameSpaceTreeControlEvents: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1239 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1239:10: 1239:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1239:10: 1239:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1242:10: 1242:14 error: the trait bound `INameSpaceTreeControlDropHandler: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1242 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1242:10: 1242:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1242:10: 1242:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1245:10: 1245:14 error: the trait bound `INameSpaceTreeAccessible: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1245 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1245:10: 1245:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1245:10: 1245:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1248:10: 1248:14 error: the trait bound `INameSpaceTreeControlCustomDraw: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1248 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1248:10: 1248:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1248:10: 1248:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1251:10: 1251:14 error: the trait bound `INameSpaceTreeControlFolderCapabilities: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1251 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1251:10: 1251:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1251:10: 1251:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1254:10: 1254:14 error: the trait bound `IPreviewHandler: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1254 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1254:10: 1254:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1254:10: 1254:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1257:10: 1257:14 error: the trait bound `IPreviewHandlerFrame: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1257 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1257:10: 1257:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1257:10: 1257:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1260:10: 1260:14 error: the trait bound `ITrayDeskBand: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1260 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1260:10: 1260:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1260:10: 1260:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1263:10: 1263:14 error: the trait bound `IBandHost: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1263 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1263:10: 1263:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1263:10: 1263:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1266:10: 1266:14 error: the trait bound `IExplorerPaneVisibility: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1266 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1266:10: 1266:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1266:10: 1266:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1269:10: 1269:14 error: the trait bound `IContextMenuCB: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1269 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1269:10: 1269:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1269:10: 1269:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1272:10: 1272:14 error: the trait bound `IDefaultExtractIconInit: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1272 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1272:10: 1272:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1272:10: 1272:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1275:10: 1275:14 error: the trait bound `IExplorerCommand: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1275 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1275:10: 1275:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1275:10: 1275:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1278:10: 1278:14 error: the trait bound `IExplorerCommandState: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1278 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1278:10: 1278:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1278:10: 1278:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1281:10: 1281:14 error: the trait bound `IInitializeCommand: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1281 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1281:10: 1281:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1281:10: 1281:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1284:10: 1284:14 error: the trait bound `IEnumExplorerCommand: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1284 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1284:10: 1284:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1284:10: 1284:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1287:10: 1287:14 error: the trait bound `IExplorerCommandProvider: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1287 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1287:10: 1287:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1287:10: 1287:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1290:10: 1290:14 error: the trait bound `IMarkupCallback: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1290 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1290:10: 1290:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1290:10: 1290:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1293:10: 1293:14 error: the trait bound `IControlMarkup: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1293 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1293:10: 1293:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1293:10: 1293:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1296:10: 1296:14 error: the trait bound `IInitializeNetworkFolder: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1296 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1296:10: 1296:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1296:10: 1296:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1299:10: 1299:14 error: the trait bound `IOpenControlPanel: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1299 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1299:10: 1299:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1299:10: 1299:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1302:10: 1302:14 error: the trait bound `IComputerInfoChangeNotify: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1302 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1302:10: 1302:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1302:10: 1302:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1305:10: 1305:14 error: the trait bound `IFileSystemBindData: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1305 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1305:10: 1305:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1305:10: 1305:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1308:10: 1308:14 error: the trait bound `IFileSystemBindData2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1308 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1308:10: 1308:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1308:10: 1308:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1311:10: 1311:14 error: the trait bound `ICustomDestinationList: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1311 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1311:10: 1311:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1311:10: 1311:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1314:10: 1314:14 error: the trait bound `IApplicationDestinations: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1314 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1314:10: 1314:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1314:10: 1314:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1317:10: 1317:14 error: the trait bound `IApplicationDocumentLists: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1317 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1317:10: 1317:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1317:10: 1317:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1320:10: 1320:14 error: the trait bound `IObjectWithAppUserModelID: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1320 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1320:10: 1320:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1320:10: 1320:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1323:10: 1323:14 error: the trait bound `IObjectWithProgID: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1323 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1323:10: 1323:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1323:10: 1323:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1326:10: 1326:14 error: the trait bound `IUpdateIDList: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1326 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1326:10: 1326:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1326:10: 1326:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1329:10: 1329:14 error: the trait bound `IDesktopGadget: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1329 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1329:10: 1329:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1329:10: 1329:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1332:10: 1332:14 error: the trait bound `IDesktopWallpaper: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1332 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1332:10: 1332:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1332:10: 1332:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1335:10: 1335:14 error: the trait bound `IHomeGroup: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1335 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1335:10: 1335:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1335:10: 1335:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1338:10: 1338:14 error: the trait bound `IInitializeWithPropertyStore: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1338 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1338:10: 1338:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1338:10: 1338:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1341:10: 1341:14 error: the trait bound `IOpenSearchSource: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1341 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1341:10: 1341:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1341:10: 1341:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1344:10: 1344:14 error: the trait bound `IShellLibrary: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1344 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1344:10: 1344:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1344:10: 1344:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1347:10: 1347:14 error: the trait bound `IDefaultFolderMenuInitialize: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1347 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1347:10: 1347:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1347:10: 1347:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1350:10: 1350:14 error: the trait bound `IApplicationActivationManager: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1350 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1350:10: 1350:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1350:10: 1350:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1353:10: 1353:14 error: the trait bound `IAssocHandlerInvoker: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1353 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1353:10: 1353:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1353:10: 1353:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1356:10: 1356:14 error: the trait bound `IAssocHandler: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1356 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1356:10: 1356:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1356:10: 1356:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1359:10: 1359:14 error: the trait bound `IEnumAssocHandlers: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1359 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1359:10: 1359:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1359:10: 1359:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1362:10: 1362:14 error: the trait bound `IDataObjectProvider: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1362 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1362:10: 1362:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1362:10: 1362:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1365:10: 1365:14 error: the trait bound `IDataTransferManagerInterop: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1365 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1365:10: 1365:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1365:10: 1365:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1368:10: 1368:14 error: the trait bound `IFrameworkInputPaneHandler: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1368 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1368:10: 1368:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1368:10: 1368:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1371:10: 1371:14 error: the trait bound `IFrameworkInputPane: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1371 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1371:10: 1371:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1371:10: 1371:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1374:10: 1374:14 error: the trait bound `IAccessibilityDockingServiceCallback: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1374 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1374:10: 1374:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1374:10: 1374:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1377:10: 1377:14 error: the trait bound `IAccessibilityDockingService: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1377 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1377:10: 1377:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1377:10: 1377:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1380:10: 1380:14 error: the trait bound `IAppVisibilityEvents: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1380 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1380:10: 1380:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1380:10: 1380:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1383:10: 1383:14 error: the trait bound `IAppVisibility: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1383 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1383:10: 1383:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1383:10: 1383:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1386:10: 1386:14 error: the trait bound `IPackageExecutionStateChangeNotification: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1386 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1386:10: 1386:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1386:10: 1386:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1389:10: 1389:14 error: the trait bound `IPackageDebugSettings: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1389 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1389:10: 1389:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1389:10: 1389:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1392:10: 1392:14 error: the trait bound `ISuspensionDependencyManager: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1392 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1392:10: 1392:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1392:10: 1392:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1395:10: 1395:14 error: the trait bound `IExecuteCommandApplicationHostEnvironment: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1395 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1395:10: 1395:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1395:10: 1395:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1398:10: 1398:14 error: the trait bound `IExecuteCommandHost: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1398 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1398:10: 1398:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1398:10: 1398:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1401:10: 1401:14 error: the trait bound `IApplicationDesignModeSettings: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1401 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1401:10: 1401:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1401:10: 1401:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1404:10: 1404:14 error: the trait bound `IApplicationDesignModeSettings2: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1404 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1404:10: 1404:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1404:10: 1404:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1407:10: 1407:14 error: the trait bound `ILaunchTargetMonitor: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1407 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1407:10: 1407:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1407:10: 1407:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1410:10: 1410:14 error: the trait bound `ILaunchSourceViewSizePreference: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1410 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1410:10: 1410:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1410:10: 1410:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1413:10: 1413:14 error: the trait bound `ILaunchTargetViewSizePreference: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1413 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1413:10: 1413:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1413:10: 1413:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1416:10: 1416:14 error: the trait bound `ILaunchSourceAppUserModelId: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1416 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1416:10: 1416:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1416:10: 1416:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1419:10: 1419:14 error: the trait bound `IInitializeWithWindow: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1419 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1419:10: 1419:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1419:10: 1419:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1422:10: 1422:14 error: the trait bound `IHandlerInfo: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1422 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1422:10: 1422:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1422:10: 1422:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1425:10: 1425:14 error: the trait bound `IHandlerActivationHost: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1425 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1425:10: 1425:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1425:10: 1425:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1428:10: 1428:14 error: the trait bound `IContactManagerInterop: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1428 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1428:10: 1428:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1428:10: 1428:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1432:10: 1432:14 error: the trait bound `SHITEMID: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1432 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1432:10: 1432:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1432:10: 1432:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1440:10: 1440:14 error: the trait bound `ITEMIDLIST: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1440 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1440:10: 1440:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1440:10: 1440:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1487:10: 1487:14 error: the trait bound `EDataFlow: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1487 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1487:10: 1487:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1487:10: 1487:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1496:10: 1496:14 error: the trait bound `ERole: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1496 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1496:10: 1496:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1496:10: 1496:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1519:10: 1519:14 error: the trait bound `IMMDeviceVtbl: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1519 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1519:10: 1519:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1519:10: 1519:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1554:10: 1554:14 error: the trait bound `IMMDevice: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1554 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1554:10: 1554:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1554:10: 1554:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1559:10: 1559:14 error: the trait bound `IMMDeviceEnumeratorVtbl: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1559 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1559:10: 1559:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1559:10: 1559:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1599:10: 1599:14 error: the trait bound `IMMDeviceEnumerator: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1599 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1599:10: 1599:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1599:10: 1599:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1604:10: 1604:14 error: the trait bound `IMMDeviceCollection: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1604 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1604:10: 1604:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1604:10: 1604:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1607:10: 1607:14 error: the trait bound `IMMNotificationClient: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1607 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1607:10: 1607:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1607:10: 1607:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1628:10: 1628:14 error: the trait bound `IAudioClientVtbl: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1628 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1628:10: 1628:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1628:10: 1628:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1697:10: 1697:14 error: the trait bound `IAudioClient: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1697 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1697:10: 1697:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1697:10: 1697:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1702:10: 1702:14 error: the trait bound `IAudioRenderClientVtbl: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1702 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1702:10: 1702:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1702:10: 1702:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1727:10: 1727:14 error: the trait bound `IAudioRenderClient: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1727 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1727:10: 1727:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1727:10: 1727:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1736:10: 1736:14 error: the trait bound `AUDCLNT_SHAREMODE: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1736 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1736:10: 1736:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1736:10: 1736:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1751:10: 1751:14 error: the trait bound `WAVEFORMATEX: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1751 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1751:10: 1751:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1751:10: 1751:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1766:10: 1766:14 error: the trait bound `IPropertyStore: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1766 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1766:10: 1766:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1766:10: 1766:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1773:10: 1773:14 error: the trait bound `PROPVARIANT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1773 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1773:10: 1773:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1773:10: 1773:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1787:10: 1787:14 error: the trait bound `IMallocVtbl: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1787 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1787:10: 1787:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1787:10: 1787:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1826:10: 1826:14 error: the trait bound `IMalloc: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1826 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1826:10: 1826:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1826:10: 1826:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1832:10: 1832:14 error: the trait bound `STATSTG: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1832 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1832:10: 1832:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1832:10: 1832:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1847:10: 1847:14 error: the trait bound `IStreamVtbl: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1847 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1847:10: 1847:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1847:10: 1847:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1918:10: 1918:14 error: the trait bound `IStream: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1918 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1918:10: 1918:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1918:10: 1918:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1924:10: 1924:14 error: the trait bound `APTTYPEQUALIFIER: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1924 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1924:10: 1924:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1924:10: 1924:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1935:10: 1935:14 error: the trait bound `APTTYPE: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1935 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1935:10: 1935:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1935:10: 1935:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1948:10: 1948:14 error: the trait bound `ServerInformation: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1948 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1948:10: 1948:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1948:10: 1948:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1956:10: 1956:14 error: the trait bound `CO_MTA_USAGE_COOKIE__: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1956 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1956:10: 1956:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1956:10: 1956:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1965:10: 1965:14 error: the trait bound `IUnknownVtbl: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1965 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1965:10: 1965:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1965:10: 1965:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1980:10: 1980:14 error: the trait bound `IUnknown: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1980 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1980:10: 1980:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:1980:10: 1980:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2008:10: 2008:14 error: the trait bound `PROCESS_MEMORY_COUNTERS: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2008 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2008:10: 2008:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2008:10: 2008:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2023:10: 2023:14 error: the trait bound `PROCESS_MEMORY_COUNTERS_EX: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2023 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2023:10: 2023:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2023:10: 2023:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2046:10: 2046:14 error: the trait bound `VALENTA: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2046 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2046:10: 2046:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2046:10: 2046:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2056:10: 2056:14 error: the trait bound `VALENTW: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2056 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2056:10: 2056:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2056:10: 2056:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2727:10: 2727:14 error: the trait bound `MSG: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2727 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2727:10: 2727:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2727:10: 2727:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2740:10: 2740:14 error: the trait bound `PAINTSTRUCT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2740 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2740:10: 2740:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2740:10: 2740:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2753:10: 2753:14 error: the trait bound `WINDOWPLACEMENT: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2753 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2753:10: 2753:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2753:10: 2753:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2765:10: 2765:14 error: the trait bound `WNDCLASSEXW: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2765 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2765:10: 2765:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2765:10: 2765:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2784:10: 2784:14 error: the trait bound `WNDCLASSW: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2784 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2784:10: 2784:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2784:10: 2784:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2801:10: 2801:14 error: the trait bound `SCROLLBARINFO: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2801 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2801:10: 2801:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2801:10: 2801:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2814:10: 2814:14 error: the trait bound `SCROLLINFO: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2814 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2814:10: 2814:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2814:10: 2814:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2905:10: 2905:14 error: the trait bound `DEVMODEW: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2905 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2905:10: 2905:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2905:10: 2905:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2939:10: 2939:14 error: the trait bound `DISPLAY_DEVICEW: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2939 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2939:10: 2939:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2939:10: 2939:14 note: required by `core::marker::Copy` 
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2951:10: 2951:14 error: the trait bound `PIXELFORMATDESCRIPTOR: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2951 #[derive(Copy)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2951:10: 2951:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs:2951:10: 2951:14 note: required by `core::marker::Copy` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `winapi v0.1.8`, intermediate artifacts can be found at `/home/cratesfyi/winapi-0.1.8`,
cause: ChainedError {
error: Could not document `winapi`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.8/src/lib.rs --crate-name winapi -o /home/cratesfyi/winapi-0.1.8/doc -L dependency=/home/cratesfyi/winapi-0.1.8/debug -L dependency=/home/cratesfyi/winapi-0.1.8/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.