Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# 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.13 Compiling libc v0.2.15 Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"use_std\" --cfg feature=\"default\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/winapi-0.1.13/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/winapi-0.1.13/debug/deps -L dependency=/home/cratesfyi/winapi-0.1.13/debug/deps --cap-lints allow` Documenting winapi v0.1.13 Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs --crate-name winapi -o /home/cratesfyi/winapi-0.1.13/doc -L dependency=/home/cratesfyi/winapi-0.1.13/debug -L dependency=/home/cratesfyi/winapi-0.1.13/debug/deps --extern libc=/home/cratesfyi/winapi-0.1.13/debug/deps/liblibc-1bd8847afb79f283.rlib` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/fileapi.rs:12:21: 12:25 error: the trait bound `fileapi::WIN32_FILE_ATTRIBUTE_DATA: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/fileapi.rs:12 #[repr(C)] #[derive(Copy)] pub struct WIN32_FILE_ATTRIBUTE_DATA { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/fileapi.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/fileapi.rs:12:21: 12:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/fileapi.rs:21:21: 21:25 error: the trait bound `fileapi::BY_HANDLE_FILE_INFORMATION: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/fileapi.rs:21 #[repr(C)] #[derive(Copy)] pub struct BY_HANDLE_FILE_INFORMATION { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/fileapi.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/fileapi.rs:21:21: 21:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/fileapi.rs:35:21: 35:25 error: the trait bound `fileapi::CREATEFILE2_EXTENDED_PARAMETERS: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/fileapi.rs:35 #[repr(C)] #[derive(Copy)] pub struct CREATEFILE2_EXTENDED_PARAMETERS { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/fileapi.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/fileapi.rs:35:21: 35:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:4:21: 4:25 error: the trait bound `minwinbase::SECURITY_ATTRIBUTES: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:4 #[repr(C)] #[derive(Copy)] pub struct SECURITY_ATTRIBUTES { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwinbase.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:4:21: 4:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:11:21: 11:25 error: the trait bound `minwinbase::OVERLAPPED: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:11 #[repr(C)] #[derive(Copy)] pub struct OVERLAPPED { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwinbase.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:11:21: 11:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:19:21: 19:25 error: the trait bound `minwinbase::OVERLAPPED_ENTRY: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:19 #[repr(C)] #[derive(Copy)] pub struct OVERLAPPED_ENTRY { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwinbase.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:19:21: 19:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:26:21: 26:25 error: the trait bound `minwinbase::SYSTEMTIME: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:26 #[repr(C)] #[derive(Copy)] pub struct SYSTEMTIME { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwinbase.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:26:21: 26:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:38:21: 38:25 error: the trait bound `minwinbase::WIN32_FIND_DATAA: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:38 #[repr(C)] #[derive(Copy)] pub struct WIN32_FIND_DATAA { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwinbase.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:38:21: 38:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:52:21: 52:25 error: the trait bound `minwinbase::WIN32_FIND_DATAW: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:52 #[repr(C)] #[derive(Copy)] pub struct WIN32_FIND_DATAW { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwinbase.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:52:21: 52:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:66:23: 66:27 error: the trait bound `minwinbase::FINDEX_INFO_LEVELS: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:66 #[repr(i32)] #[derive(Copy)] pub enum FINDEX_INFO_LEVELS { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwinbase.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:66:23: 66:27 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:73:23: 73:27 error: the trait bound `minwinbase::FINDEX_SEARCH_OPS: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:73 #[repr(i32)] #[derive(Copy)] pub enum FINDEX_SEARCH_OPS { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwinbase.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:73:23: 73:27 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:79:23: 79:27 error: the trait bound `minwinbase::GET_FILEEX_INFO_LEVELS: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:79 #[repr(i32)] #[derive(Copy)] pub enum GET_FILEEX_INFO_LEVELS { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwinbase.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:79:23: 79:27 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:83:23: 83:27 error: the trait bound `minwinbase::FILE_INFO_BY_HANDLE_CLASS: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:83 #[repr(i32)] #[derive(Copy)] pub enum FILE_INFO_BY_HANDLE_CLASS { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwinbase.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwinbase.rs:83:23: 83:27 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwindef.rs:84:21: 84:25 error: the trait bound `minwindef::FILETIME: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwindef.rs:84 #[repr(C)] #[derive(Copy)] pub struct FILETIME { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/minwindef.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/minwindef.rs:84:21: 84:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:5:21: 5:25 error: the trait bound `wincon::COORD: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:5 #[repr(C)] #[derive(Copy, Debug)] pub struct COORD { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:5:21: 5:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:10:21: 10:25 error: the trait bound `wincon::SMALL_RECT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:10 #[repr(C)] #[derive(Copy, Debug)] pub struct SMALL_RECT { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:10:21: 10:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:17:21: 17:25 error: the trait bound `wincon::KEY_EVENT_RECORD: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:17 #[repr(C)] #[derive(Copy, Debug)] pub struct KEY_EVENT_RECORD { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:17:21: 17:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:42:21: 42:25 error: the trait bound `wincon::MOUSE_EVENT_RECORD: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:42 #[repr(C)] #[derive(Copy, Debug)] pub struct MOUSE_EVENT_RECORD { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:42:21: 42:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:58:21: 58:25 error: the trait bound `wincon::WINDOW_BUFFER_SIZE_RECORD: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:58 #[repr(C)] #[derive(Copy, Debug)] pub struct WINDOW_BUFFER_SIZE_RECORD { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:58:21: 58:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:62:21: 62:25 error: the trait bound `wincon::MENU_EVENT_RECORD: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:62 #[repr(C)] #[derive(Copy, Debug)] pub struct MENU_EVENT_RECORD { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:62:21: 62:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:66:21: 66:25 error: the trait bound `wincon::FOCUS_EVENT_RECORD: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:66 #[repr(C)] #[derive(Copy, Debug)] pub struct FOCUS_EVENT_RECORD { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:66:21: 66:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:70:21: 70:25 error: the trait bound `wincon::INPUT_RECORD: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:70 #[repr(C)] #[derive(Copy, Debug)] pub struct INPUT_RECORD { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:70:21: 70:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:92:21: 92:25 error: the trait bound `wincon::CHAR_INFO: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:92 #[repr(C)] #[derive(Copy, Debug)] pub struct CHAR_INFO { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:92:21: 92:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:119:21: 119:25 error: the trait bound `wincon::CONSOLE_SCREEN_BUFFER_INFO: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:119 #[repr(C)] #[derive(Copy, Debug)] pub struct CONSOLE_SCREEN_BUFFER_INFO { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:119:21: 119:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:127:21: 127:25 error: the trait bound `wincon::CONSOLE_SCREEN_BUFFER_INFOEX: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:127 #[repr(C)] #[derive(Copy, Debug)] pub struct CONSOLE_SCREEN_BUFFER_INFOEX { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:127:21: 127:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:139:21: 139:25 error: the trait bound `wincon::CONSOLE_CURSOR_INFO: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:139 #[repr(C)] #[derive(Copy, Debug)] pub struct CONSOLE_CURSOR_INFO { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:139:21: 139:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:144:21: 144:25 error: the trait bound `wincon::CONSOLE_FONT_INFO: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:144 #[repr(C)] #[derive(Copy, Debug)] pub struct CONSOLE_FONT_INFO { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:144:21: 144:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:149:21: 149:25 error: the trait bound `wincon::CONSOLE_FONT_INFOEX: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:149 #[repr(C)] #[derive(Copy, Debug)] pub struct CONSOLE_FONT_INFOEX { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:149:21: 149:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:159:21: 159:25 error: the trait bound `wincon::CONSOLE_HISTORY_INFO: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:159 #[repr(C)] #[derive(Copy, Debug)] pub struct CONSOLE_HISTORY_INFO { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:159:21: 159:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:166:21: 166:25 error: the trait bound `wincon::CONSOLE_SELECTION_INFO: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:166 #[repr(C)] #[derive(Copy, Debug)] pub struct CONSOLE_SELECTION_INFO { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:166:21: 166:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:197:21: 197:25 error: the trait bound `wincon::CONSOLE_READCONSOLE_CONTROL: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:197 #[repr(C)] #[derive(Copy, Debug)] pub struct CONSOLE_READCONSOLE_CONTROL { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/wincon.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/wincon.rs:197:21: 197:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:15:21: 15:25 error: the trait bound `winnt::CONTEXT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:15 #[repr(C)] #[derive(Copy)] pub struct CONTEXT { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:15:21: 15:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:83:21: 83:25 error: the trait bound `winnt::EXCEPTION_RECORD: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:83 #[repr(C)] #[derive(Copy)] pub struct EXCEPTION_RECORD { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:83:21: 83:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:93:21: 93:25 error: the trait bound `winnt::EXCEPTION_POINTERS: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:93 #[repr(C)] #[derive(Copy)] pub struct EXCEPTION_POINTERS { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:93:21: 93:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:129:21: 129:25 error: the trait bound `winnt::ACL: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:129 #[repr(C)] #[derive(Copy)] pub struct ACL { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:129:21: 129:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:142:21: 142:25 error: the trait bound `winnt::CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:142 #[repr(C)] #[derive(Copy)] pub struct CLAIM_SECURITY_ATTRIBUTE_FQBN_VALUE { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:142:21: 142:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:150:21: 150:25 error: the trait bound `winnt::CLAIM_SECURITY_ATTRIBUTE_OCTET_STRING_VALUE: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/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.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:150:21: 150:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:168:21: 168:25 error: the trait bound `winnt::CLAIM_SECURITY_ATTRIBUTE_V1: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:168 #[repr(C)] #[derive(Copy)] pub struct CLAIM_SECURITY_ATTRIBUTE_V1 { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:168:21: 168:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:177:21: 177:25 error: the trait bound `winnt::CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:177 #[repr(C)] #[derive(Copy)] pub struct CLAIM_SECURITY_ATTRIBUTE_RELATIVE_V1 { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:177:21: 177:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:189:21: 189:25 error: the trait bound `winnt::CLAIM_SECURITY_ATTRIBUTES_INFORMATION: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:189 #[repr(C)] #[derive(Copy)] pub struct CLAIM_SECURITY_ATTRIBUTES_INFORMATION { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:189:21: 189:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:197:21: 197:25 error: the trait bound `winnt::IO_COUNTERS: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:197 #[repr(C)] #[derive(Copy)] pub struct IO_COUNTERS { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:197:21: 197:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:197:21: 197:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:207:21: 207:25 error: the trait bound `winnt::JOBOBJECT_BASIC_LIMIT_INFORMATION: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:207 #[repr(C)] #[derive(Copy)] pub struct JOBOBJECT_BASIC_LIMIT_INFORMATION { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:207:21: 207:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:207:21: 207:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:219:21: 219:25 error: the trait bound `winnt::JOBOBJECT_EXTENDED_LIMIT_INFORMATION: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:219 #[repr(C)] #[derive(Copy)] pub struct JOBOBJECT_EXTENDED_LIMIT_INFORMATION { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:219:21: 219:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:219:21: 219:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:291:23: 291:27 error: the trait bound `winnt::JOBOBJECTINFOCLASS: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:291 #[repr(i32)] #[derive(Copy)] pub enum JOBOBJECTINFOCLASS { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:291:23: 291:27 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:291:23: 291:27 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:400:21: 400:25 error: the trait bound `winnt::FILE_ID_128: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:400 #[repr(C)] #[derive(Copy)] pub struct FILE_ID_128 { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:400:21: 400:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:400:21: 400:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:404:21: 404:25 error: the trait bound `winnt::FILE_NOTIFY_INFORMATION: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:404 #[repr(C)] #[derive(Copy)] pub struct FILE_NOTIFY_INFORMATION { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:404:21: 404:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:404:21: 404:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:410:21: 410:25 error: the trait bound `winnt::FILE_SEGMENT_ELEMENT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:410 #[repr(C)] #[derive(Copy)] pub struct FILE_SEGMENT_ELEMENT { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:410:21: 410:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:410:21: 410:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:416:21: 416:25 error: the trait bound `winnt::RTL_SRWLOCK: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:416 #[repr(C)] #[derive(Copy)] pub struct RTL_SRWLOCK { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:416:21: 416:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winnt.rs:416:21: 416:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:162:23: 162:27 error: the trait bound `winsvc::SC_STATUS_TYPE: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:162 #[repr(i32)] #[derive(Copy)] pub enum SC_STATUS_TYPE { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:162:23: 162:27 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:162:23: 162:27 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:166:23: 166:27 error: the trait bound `winsvc::_SC_ENUM_TYPE: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:166 #[repr(i32)] #[derive(Copy)] pub enum _SC_ENUM_TYPE { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:166:23: 166:27 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:166:23: 166:27 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:171:21: 171:25 error: the trait bound `winsvc::SERVICE_STATUS: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:171 #[repr(C)] #[derive(Copy)] pub struct SERVICE_STATUS { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:171:21: 171:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:171:21: 171:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:188:21: 188:25 error: the trait bound `winsvc::SERVICE_TABLE_ENTRYA: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:188 #[repr(C)] #[derive(Copy)] pub struct SERVICE_TABLE_ENTRYA { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:188:21: 188:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:188:21: 188:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:193:21: 193:25 error: the trait bound `winsvc::SERVICE_TABLE_ENTRYW: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:193 #[repr(C)] #[derive(Copy)] pub struct SERVICE_TABLE_ENTRYW { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:193:21: 193:25 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winsvc.rs:193:21: 193:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:10:21: 10:25 error: the trait bound `winuser::CREATESTRUCTA: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:10 #[repr(C)] #[derive(Copy)] pub struct CREATESTRUCTA { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winuser.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:10:21: 10:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:25:21: 25:25 error: the trait bound `winuser::CREATESTRUCTW: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:25 #[repr(C)] #[derive(Copy)] pub struct CREATESTRUCTW { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winuser.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:25:21: 25:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:67:21: 67:25 error: the trait bound `winuser::MOUSEINPUT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:67 #[repr(C)] #[derive(Copy)] pub struct MOUSEINPUT { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winuser.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:67:21: 67:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:77:21: 77:25 error: the trait bound `winuser::KEYBDINPUT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:77 #[repr(C)] #[derive(Copy)] pub struct KEYBDINPUT { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winuser.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:77:21: 77:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:86:21: 86:25 error: the trait bound `winuser::HARDWAREINPUT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:86 #[repr(C)] #[derive(Copy)] pub struct HARDWAREINPUT { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winuser.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:86:21: 86:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:96:21: 96:25 error: the trait bound `winuser::INPUT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:96 #[repr(C)] #[derive(Copy)] pub struct INPUT { ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/winuser.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/winuser.rs:96:21: 96:25 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:206:10: 206:14 error: the trait bound `POINTL: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:206 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:206:10: 206:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:206:10: 206:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:284:10: 284:14 error: the trait bound `PROCESSOR_NUMBER: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:284 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:284:10: 284:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:284:10: 284:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:292:10: 292:14 error: the trait bound `GROUP_AFFINITY: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:292 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:292:10: 292:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:292:10: 292:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:311:10: 311:14 error: the trait bound `COMPARTMENT_ID: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:311 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:311:10: 311:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:311:10: 311:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:318:10: 318:14 error: the trait bound `FLOAT128: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:318 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:318:10: 318:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:318:10: 318:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:336:10: 336:14 error: the trait bound `LUID: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:336 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:336:10: 336:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:336:10: 336:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:347:10: 347:14 error: the trait bound `LIST_ENTRY: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:347 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:347:10: 347:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:347:10: 347:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:354:10: 354:14 error: the trait bound `SINGLE_LIST_ENTRY: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:354 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:354:10: 354:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:354:10: 354:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:360:10: 360:14 error: the trait bound `LIST_ENTRY32: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:360 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:360:10: 360:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:360:10: 360:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:367:10: 367:14 error: the trait bound `LIST_ENTRY64: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:367 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:367:10: 367:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:367:10: 367:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:374:10: 374:14 error: the trait bound `OBJECTID: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:374 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:374:10: 374:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:374:10: 374:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:386:10: 386:14 error: the trait bound `M128A: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:386 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:386:10: 386:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:386:10: 386:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:415:10: 415:14 error: the trait bound `XSAVE_FORMAT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:415 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:415:10: 415:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:415:10: 415:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:435:10: 435:14 error: the trait bound `TOKEN_PRIVILEGES: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:435 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:435:10: 435:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:435:10: 435:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:442:10: 442:14 error: the trait bound `LUID_AND_ATTRIBUTES: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:442 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:442:10: 442:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:442:10: 442:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:558:10: 558:14 error: the trait bound `GUID: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:558 #[derive(Copy, Debug)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:558:10: 558:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:558:10: 558:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:579:10: 579:14 error: the trait bound `EXCEPTION_DISPOSITION: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:579 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:579:10: 579:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:579:10: 579:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:587:10: 587:14 error: the trait bound `_EXCEPTION_RECORD: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:587 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:587:10: 587:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:590:10: 590:14 error: the trait bound `_CONTEXT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:590 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:590:10: 590:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:590:10: 590:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:594:10: 594:14 error: the trait bound `_DISPATCHER_CONTEXT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:594 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:594:10: 594:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:594:10: 594:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:599:10: 599:14 error: the trait bound `KNOWN_FOLDER_FLAG: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:599 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:599:10: 599:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:599:10: 599:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:625:10: 625:14 error: the trait bound `HWND__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:625 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:625:10: 625:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:625:10: 625:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:629:10: 629:14 error: the trait bound `HHOOK__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:629 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:629:10: 629:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:629:10: 629:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:634:10: 634:14 error: the trait bound `HACCEL__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:634 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:634:10: 634:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:634:10: 634:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:638:10: 638:14 error: the trait bound `HBITMAP__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:638 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:638:10: 638:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:638:10: 638:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:642:10: 642:14 error: the trait bound `HBRUSH__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:642 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:642:10: 642:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:646:10: 646:14 error: the trait bound `HCOLORSPACE__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:646 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:646:10: 646:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:650:10: 650:14 error: the trait bound `HDC__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:650 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:650:10: 650:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:654:10: 654:14 error: the trait bound `HGLRC__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:654 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:654:10: 654:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:658:10: 658:14 error: the trait bound `HDESK__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:658 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:658:10: 658:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:662:10: 662:14 error: the trait bound `HENHMETAFILE__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:662 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:662:10: 662:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:666:10: 666:14 error: the trait bound `HFONT__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:666 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:666:10: 666:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:670:10: 670:14 error: the trait bound `HICON__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:670 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:670:10: 670:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:674:10: 674:14 error: the trait bound `HMENU__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:674 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:674:10: 674:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:678:10: 678:14 error: the trait bound `HPALETTE__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:678 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:678:10: 678:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:682:10: 682:14 error: the trait bound `HPEN__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:682 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:682:10: 682:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:686:10: 686:14 error: the trait bound `HWINEVENTHOOK__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:686 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:686:10: 686:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:690:10: 690:14 error: the trait bound `HMONITOR__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:690 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:690:10: 690:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:694:10: 694:14 error: the trait bound `HUMPD__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:694 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:694:10: 694:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:701:10: 701:14 error: the trait bound `RECT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:701 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:701:10: 701:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:701:10: 701:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:713:10: 713:14 error: the trait bound `POINT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:713 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:713:10: 713:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:713:10: 713:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:736:10: 736:14 error: the trait bound `IContextMenu: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:736 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:736:10: 736:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:736:10: 736:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:739:10: 739:14 error: the trait bound `IContextMenu2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:739 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:739:10: 739:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:739:10: 739:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:742:10: 742:14 error: the trait bound `IContextMenu3: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:742 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:742:10: 742:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:742:10: 742:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:745:10: 745:14 error: the trait bound `IExecuteCommand: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:745 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:745:10: 745:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:745:10: 745:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:748:10: 748:14 error: the trait bound `IPersistFolder: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:748 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:748:10: 748:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:748:10: 748:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:751:10: 751:14 error: the trait bound `IRunnableTask: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:751 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:751:10: 751:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:751:10: 751:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:754:10: 754:14 error: the trait bound `IShellTaskScheduler: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:754 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:754:10: 754:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:754:10: 754:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:757:10: 757:14 error: the trait bound `IQueryCodePage: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:757 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:757:10: 757:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:757:10: 757:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:760:10: 760:14 error: the trait bound `IPersistFolder2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:760 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:760:10: 760:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:760:10: 760:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:763:10: 763:14 error: the trait bound `IPersistFolder3: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:763 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:763:10: 763:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:763:10: 763:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:766:10: 766:14 error: the trait bound `IPersistIDList: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:766 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:766:10: 766:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:766:10: 766:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:769:10: 769:14 error: the trait bound `IEnumIDList: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:769 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:769:10: 769:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:769:10: 769:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:772:10: 772:14 error: the trait bound `IEnumFullIDList: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:772 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:772:10: 772:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:772:10: 772:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:775:10: 775:14 error: the trait bound `IFileSyncMergeHandler: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:775 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:775:10: 775:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:775:10: 775:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:778:10: 778:14 error: the trait bound `IObjectWithFolderEnumMode: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:778 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:778:10: 778:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:778:10: 778:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:781:10: 781:14 error: the trait bound `IParseAndCreateItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:781 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:781:10: 781:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:781:10: 781:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:784:10: 784:14 error: the trait bound `IShellFolder: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:784 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:784:10: 784:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:784:10: 784:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:787:10: 787:14 error: the trait bound `IEnumExtraSearch: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:787 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:787:10: 787:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:787:10: 787:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:790:10: 790:14 error: the trait bound `IShellFolder2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:790 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:790:10: 790:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:790:10: 790:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:793:10: 793:14 error: the trait bound `IFolderViewOptions: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:793 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:793:10: 793:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:793:10: 793:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:796:10: 796:14 error: the trait bound `IShellView: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:796 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:796:10: 796:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:796:10: 796:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:799:10: 799:14 error: the trait bound `IShellView2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:799 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:799:10: 799:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:799:10: 799:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:802:10: 802:14 error: the trait bound `IShellView3: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:802 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:802:10: 802:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:802:10: 802:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:805:10: 805:14 error: the trait bound `IFolderView: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:805 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:805:10: 805:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:805:10: 805:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:808:10: 808:14 error: the trait bound `ISearchBoxInfo: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:808 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:808:10: 808:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:808:10: 808:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:811:10: 811:14 error: the trait bound `IFolderView2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:811 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:811:10: 811:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:811:10: 811:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:814:10: 814:14 error: the trait bound `IFolderViewSettings: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:814 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:814:10: 814:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:814:10: 814:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:817:10: 817:14 error: the trait bound `IPreviewHandlerVisuals: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:817 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:817:10: 817:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:817:10: 817:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:820:10: 820:14 error: the trait bound `IVisualProperties: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:820 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:820:10: 820:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:820:10: 820:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:823:10: 823:14 error: the trait bound `ICommDlgBrowser: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:823 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:823:10: 823:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:823:10: 823:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:826:10: 826:14 error: the trait bound `ICommDlgBrowser2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:826 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:826:10: 826:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:826:10: 826:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:829:10: 829:14 error: the trait bound `ICommDlgBrowser3: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:829 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:829:10: 829:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:829:10: 829:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:832:10: 832:14 error: the trait bound `IColumnManager: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:832 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:832:10: 832:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:832:10: 832:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:835:10: 835:14 error: the trait bound `IFolderFilterSite: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:835 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:835:10: 835:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:835:10: 835:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:838:10: 838:14 error: the trait bound `IFolderFilter: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:838 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:838:10: 838:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:838:10: 838:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:841:10: 841:14 error: the trait bound `IInputObjectSite: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:841 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:841:10: 841:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:841:10: 841:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:844:10: 844:14 error: the trait bound `IInputObject: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:844 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:844:10: 844:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:844:10: 844:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:847:10: 847:14 error: the trait bound `IInputObject2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:847 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:847:10: 847:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:847:10: 847:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:850:10: 850:14 error: the trait bound `IShellIcon: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:850 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:850:10: 850:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:850:10: 850:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:853:10: 853:14 error: the trait bound `IShellBrowser: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:853 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:853:10: 853:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:853:10: 853:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:856:10: 856:14 error: the trait bound `IProfferService: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:856 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:856:10: 856:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:856:10: 856:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:859:10: 859:14 error: the trait bound `IShellItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:859 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:859:10: 859:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:859:10: 859:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:862:10: 862:14 error: the trait bound `IShellItem2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:862 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:862:10: 862:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:862:10: 862:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:865:10: 865:14 error: the trait bound `IShellItemImageFactory: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:865 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:865:10: 865:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:865:10: 865:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:868:10: 868:14 error: the trait bound `IUserAccountChangeCallback: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:868 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:868:10: 868:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:868:10: 868:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:871:10: 871:14 error: the trait bound `IEnumShellItems: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:871 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:871:10: 871:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:871:10: 871:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:874:10: 874:14 error: the trait bound `ITransferAdviseSink: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:874 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:874:10: 874:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:874:10: 874:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:877:10: 877:14 error: the trait bound `ITransferSource: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:877 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:877:10: 877:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:877:10: 877:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:880:10: 880:14 error: the trait bound `IEnumResources: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:880 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:880:10: 880:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:880:10: 880:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:883:10: 883:14 error: the trait bound `IShellItemResources: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:883 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:883:10: 883:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:883:10: 883:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:886:10: 886:14 error: the trait bound `ITransferDestination: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:886 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:886:10: 886:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:886:10: 886:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:889:10: 889:14 error: the trait bound `IStreamAsync: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:889 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:889:10: 889:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:889:10: 889:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:892:10: 892:14 error: the trait bound `IStreamUnbufferedInfo: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:892 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:892:10: 892:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:892:10: 892:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:895:10: 895:14 error: the trait bound `IFileOperationProgressSink: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:895 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:895:10: 895:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:895:10: 895:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:898:10: 898:14 error: the trait bound `IShellItemArray: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:898 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:898:10: 898:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:898:10: 898:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:901:10: 901:14 error: the trait bound `IInitializeWithItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:901 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:901:10: 901:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:901:10: 901:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:904:10: 904:14 error: the trait bound `IObjectWithSelection: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:904 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:904:10: 904:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:904:10: 904:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:907:10: 907:14 error: the trait bound `IObjectWithBackReferences: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:907 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:907:10: 907:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:907:10: 907:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:910:10: 910:14 error: the trait bound `IPropertyUI: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:910 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:910:10: 910:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:910:10: 910:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:913:10: 913:14 error: the trait bound `ICategoryProvider: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:913 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:913:10: 913:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:913:10: 913:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:916:10: 916:14 error: the trait bound `ICategorizer: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:916 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:916:10: 916:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:916:10: 916:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:919:10: 919:14 error: the trait bound `IDropTargetHelper: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:919 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:919:10: 919:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:919:10: 919:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:922:10: 922:14 error: the trait bound `IDragSourceHelper: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:922 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:922:10: 922:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:922:10: 922:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:925:10: 925:14 error: the trait bound `IDragSourceHelper2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:925 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:925:10: 925:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:925:10: 925:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:928:10: 928:14 error: the trait bound `IShellLinkA: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:928 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:928:10: 928:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:928:10: 928:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:931:10: 931:14 error: the trait bound `IShellLinkW: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:931 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:931:10: 931:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:931:10: 931:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:934:10: 934:14 error: the trait bound `IShellLinkDataList: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:934 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:934:10: 934:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:934:10: 934:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:937:10: 937:14 error: the trait bound `IResolveShellLink: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:937 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:937:10: 937:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:937:10: 937:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:940:10: 940:14 error: the trait bound `IActionProgressDialog: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:940 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:940:10: 940:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:940:10: 940:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:943:10: 943:14 error: the trait bound `IHWEventHandler: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:943 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:943:10: 943:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:943:10: 943:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:946:10: 946:14 error: the trait bound `IHWEventHandler2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:946 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:946:10: 946:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:946:10: 946:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:949:10: 949:14 error: the trait bound `IQueryCancelAutoPlay: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:949 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:949:10: 949:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:949:10: 949:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:952:10: 952:14 error: the trait bound `IDynamicHWHandler: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:952 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:952:10: 952:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:952:10: 952:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:955:10: 955:14 error: the trait bound `IActionProgress: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:955 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:955:10: 955:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:955:10: 955:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:958:10: 958:14 error: the trait bound `IShellExtInit: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:958 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:958:10: 958:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:958:10: 958:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:961:10: 961:14 error: the trait bound `IShellPropSheetExt: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:961 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:961:10: 961:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:961:10: 961:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:964:10: 964:14 error: the trait bound `IRemoteComputer: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:964 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:964:10: 964:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:964:10: 964:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:967:10: 967:14 error: the trait bound `IQueryContinue: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:967 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:967:10: 967:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:967:10: 967:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:970:10: 970:14 error: the trait bound `IObjectWithCancelEvent: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:970 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:970:10: 970:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:970:10: 970:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:973:10: 973:14 error: the trait bound `IUserNotification: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:973 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:973:10: 973:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:973:10: 973:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:976:10: 976:14 error: the trait bound `IUserNotificationCallback: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:976 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:976:10: 976:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:976:10: 976:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:979:10: 979:14 error: the trait bound `IUserNotification2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:979 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:979:10: 979:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:979:10: 979:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:982:10: 982:14 error: the trait bound `IItemNameLimits: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:982 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:982:10: 982:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:982:10: 982:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:985:10: 985:14 error: the trait bound `ISearchFolderItemFactory: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:985 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:985:10: 985:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:985:10: 985:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:988:10: 988:14 error: the trait bound `IExtractImage: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:988 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:988:10: 988:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:988:10: 988:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:991:10: 991:14 error: the trait bound `IExtractImage2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:991 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:991:10: 991:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:991:10: 991:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:994:10: 994:14 error: the trait bound `IThumbnailHandlerFactory: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:994 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:994:10: 994:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:994:10: 994:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:997:10: 997:14 error: the trait bound `IParentAndItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:997 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:997:10: 997:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:997:10: 997:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1000:10: 1000:14 error: the trait bound `IDockingWindow: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1000 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1000:10: 1000:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1000:10: 1000:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1003:10: 1003:14 error: the trait bound `IDeskBand: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1003 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1003:10: 1003:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1003:10: 1003:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1006:10: 1006:14 error: the trait bound `IDeskBandInfo: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1006 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1006:10: 1006:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1006:10: 1006:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1009:10: 1009:14 error: the trait bound `IDeskBand2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1009 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1009:10: 1009:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1009:10: 1009:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1012:10: 1012:14 error: the trait bound `ITaskbarList: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1012 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1012:10: 1012:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1012:10: 1012:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1015:10: 1015:14 error: the trait bound `ITaskbarList2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1015 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1015:10: 1015:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1015:10: 1015:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1018:10: 1018:14 error: the trait bound `ITaskbarList3: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1018 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1018:10: 1018:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1018:10: 1018:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1021:10: 1021:14 error: the trait bound `ITaskbarList4: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1021 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1021:10: 1021:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1021:10: 1021:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1024:10: 1024:14 error: the trait bound `IStartMenuPinnedList: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1024 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1024:10: 1024:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1024:10: 1024:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1027:10: 1027:14 error: the trait bound `ICDBurn: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1027 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1027:10: 1027:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1027:10: 1027:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1030:10: 1030:14 error: the trait bound `IWizardSite: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1030 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1030:10: 1030:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1030:10: 1030:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1033:10: 1033:14 error: the trait bound `IWizardExtension: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1033 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1033:10: 1033:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1033:10: 1033:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1036:10: 1036:14 error: the trait bound `IWebWizardExtension: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1036 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1036:10: 1036:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1036:10: 1036:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1039:10: 1039:14 error: the trait bound `IPublishingWizard: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1039 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1039:10: 1039:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1039:10: 1039:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1042:10: 1042:14 error: the trait bound `IFolderViewHost: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1042 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1042:10: 1042:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1042:10: 1042:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1045:10: 1045:14 error: the trait bound `IExplorerBrowserEvents: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1045 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1045:10: 1045:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1045:10: 1045:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1048:10: 1048:14 error: the trait bound `IExplorerBrowser: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1048 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1048:10: 1048:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1048:10: 1048:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1051:10: 1051:14 error: the trait bound `IAccessibleObject: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1051 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1051:10: 1051:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1051:10: 1051:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1054:10: 1054:14 error: the trait bound `IResultsFolder: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1054 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1054:10: 1054:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1054:10: 1054:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1057:10: 1057:14 error: the trait bound `IEnumObjects: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1057 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1057:10: 1057:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1057:10: 1057:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1060:10: 1060:14 error: the trait bound `IOperationsProgressDialog: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1060 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1060:10: 1060:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1060:10: 1060:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1063:10: 1063:14 error: the trait bound `IIOCancelInformation: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1063 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1063:10: 1063:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1063:10: 1063:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1066:10: 1066:14 error: the trait bound `IFileOperation: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1066 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1066:10: 1066:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1066:10: 1066:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1069:10: 1069:14 error: the trait bound `IObjectProvider: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1069 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1069:10: 1069:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1069:10: 1069:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1072:10: 1072:14 error: the trait bound `INamespaceWalkCB: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1072 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1072:10: 1072:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1072:10: 1072:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1075:10: 1075:14 error: the trait bound `INamespaceWalkCB2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1075 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1075:10: 1075:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1075:10: 1075:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1078:10: 1078:14 error: the trait bound `INamespaceWalk: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1078 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1078:10: 1078:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1078:10: 1078:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1081:10: 1081:14 error: the trait bound `IAutoCompleteDropDown: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1081 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1081:10: 1081:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1081:10: 1081:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1084:10: 1084:14 error: the trait bound `IBandSite: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1084 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1084:10: 1084:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1084:10: 1084:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1087:10: 1087:14 error: the trait bound `IModalWindow: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1087 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1087:10: 1087:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1087:10: 1087:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1090:10: 1090:14 error: the trait bound `ICDBurnExt: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1090 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1090:10: 1090:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1090:10: 1090:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1093:10: 1093:14 error: the trait bound `IContextMenuSite: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1093 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1093:10: 1093:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1093:10: 1093:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1096:10: 1096:14 error: the trait bound `IEnumReadyCallback: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1096 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1096:10: 1096:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1096:10: 1096:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1099:10: 1099:14 error: the trait bound `IEnumerableView: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1099 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1099:10: 1099:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1099:10: 1099:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1102:10: 1102:14 error: the trait bound `IInsertItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1102 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1102:10: 1102:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1102:10: 1102:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1105:10: 1105:14 error: the trait bound `IMenuBand: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1105 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1105:10: 1105:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1105:10: 1105:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1108:10: 1108:14 error: the trait bound `IFolderBandPriv: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1108 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1108:10: 1108:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1108:10: 1108:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1111:10: 1111:14 error: the trait bound `IRegTreeItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1111 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1111:10: 1111:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1111:10: 1111:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1114:10: 1114:14 error: the trait bound `IImageRecompress: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1114 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1114:10: 1114:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1114:10: 1114:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1117:10: 1117:14 error: the trait bound `IDeskBar: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1117 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1117:10: 1117:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1117:10: 1117:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1120:10: 1120:14 error: the trait bound `IMenuPopup: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1120 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1120:10: 1120:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1120:10: 1120:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1123:10: 1123:14 error: the trait bound `IFileIsInUse: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1123 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1123:10: 1123:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1123:10: 1123:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1126:10: 1126:14 error: the trait bound `IFileDialogEvents: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1126 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1126:10: 1126:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1126:10: 1126:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1129:10: 1129:14 error: the trait bound `IFileDialog: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1129 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1129:10: 1129:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1129:10: 1129:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1132:10: 1132:14 error: the trait bound `IFileSaveDialog: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1132 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1132:10: 1132:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1132:10: 1132:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1135:10: 1135:14 error: the trait bound `IFileOpenDialog: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1135 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1135:10: 1135:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1135:10: 1135:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1138:10: 1138:14 error: the trait bound `IFileDialogCustomize: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1138 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1138:10: 1138:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1138:10: 1138:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1141:10: 1141:14 error: the trait bound `IFileDialogControlEvents: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1141 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1141:10: 1141:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1141:10: 1141:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1144:10: 1144:14 error: the trait bound `IFileDialog2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1144 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1144:10: 1144:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1144:10: 1144:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1147:10: 1147:14 error: the trait bound `IApplicationAssociationRegistration: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1147 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1147:10: 1147:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1147:10: 1147:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1150:10: 1150:14 error: the trait bound `IApplicationAssociationRegistrationUI: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1150 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1150:10: 1150:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1150:10: 1150:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1153:10: 1153:14 error: the trait bound `IDelegateFolder: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1153 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1153:10: 1153:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1153:10: 1153:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1156:10: 1156:14 error: the trait bound `IBrowserFrameOptions: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1156 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1156:10: 1156:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1156:10: 1156:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1159:10: 1159:14 error: the trait bound `INewWindowManager: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1159 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1159:10: 1159:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1159:10: 1159:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1162:10: 1162:14 error: the trait bound `IAttachmentExecute: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1162 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1162:10: 1162:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1162:10: 1162:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1165:10: 1165:14 error: the trait bound `IShellMenuCallback: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1165 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1165:10: 1165:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1165:10: 1165:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1168:10: 1168:14 error: the trait bound `IShellMenu: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1168 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1168:10: 1168:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1168:10: 1168:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1171:10: 1171:14 error: the trait bound `IShellRunDll: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1171 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1171:10: 1171:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1171:10: 1171:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1174:10: 1174:14 error: the trait bound `IKnownFolder: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1174 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1174:10: 1174:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1174:10: 1174:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1177:10: 1177:14 error: the trait bound `IKnownFolderManager: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1177 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1177:10: 1177:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1177:10: 1177:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1180:10: 1180:14 error: the trait bound `ISharingConfigurationManager: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1180 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1180:10: 1180:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1180:10: 1180:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1183:10: 1183:14 error: the trait bound `IPreviousVersionsInfo: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1183 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1183:10: 1183:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1183:10: 1183:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1186:10: 1186:14 error: the trait bound `IRelatedItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1186 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1186:10: 1186:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1186:10: 1186:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1189:10: 1189:14 error: the trait bound `IIdentityName: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1189 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1189:10: 1189:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1189:10: 1189:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1192:10: 1192:14 error: the trait bound `IDelegateItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1192 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1192:10: 1192:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1192:10: 1192:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1195:10: 1195:14 error: the trait bound `ICurrentItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1195 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1195:10: 1195:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1195:10: 1195:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1198:10: 1198:14 error: the trait bound `ITransferMediumItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1198 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1198:10: 1198:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1198:10: 1198:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1201:10: 1201:14 error: the trait bound `IUseToBrowseItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1201 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1201:10: 1201:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1201:10: 1201:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1204:10: 1204:14 error: the trait bound `IDisplayItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1204 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1204:10: 1204:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1204:10: 1204:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1207:10: 1207:14 error: the trait bound `IViewStateIdentityItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1207 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1207:10: 1207:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1207:10: 1207:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1210:10: 1210:14 error: the trait bound `IPreviewItem: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1210 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1210:10: 1210:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1210:10: 1210:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1213:10: 1213:14 error: the trait bound `IDestinationStreamFactory: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1213 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1213:10: 1213:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1213:10: 1213:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1216:10: 1216:14 error: the trait bound `INewMenuClient: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1216 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1216:10: 1216:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1216:10: 1216:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1219:10: 1219:14 error: the trait bound `IInitializeWithBindCtx: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1219 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1219:10: 1219:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1219:10: 1219:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1222:10: 1222:14 error: the trait bound `IShellItemFilter: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1222 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1222:10: 1222:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1222:10: 1222:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1225:10: 1225:14 error: the trait bound `INameSpaceTreeControl: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1225 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1225:10: 1225:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1225:10: 1225:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1228:10: 1228:14 error: the trait bound `INameSpaceTreeControl2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1228 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1228:10: 1228:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1228:10: 1228:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1231:10: 1231:14 error: the trait bound `INameSpaceTreeControlEvents: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1231 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1231:10: 1231:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1231:10: 1231:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1234:10: 1234:14 error: the trait bound `INameSpaceTreeControlDropHandler: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1234 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1234:10: 1234:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1234:10: 1234:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1237:10: 1237:14 error: the trait bound `INameSpaceTreeAccessible: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1237 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1237:10: 1237:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1237:10: 1237:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1240:10: 1240:14 error: the trait bound `INameSpaceTreeControlCustomDraw: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1240 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1240:10: 1240:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1240:10: 1240:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1243:10: 1243:14 error: the trait bound `INameSpaceTreeControlFolderCapabilities: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1243 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1243:10: 1243:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1243:10: 1243:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1246:10: 1246:14 error: the trait bound `IPreviewHandler: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1246 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1246:10: 1246:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1246:10: 1246:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1249:10: 1249:14 error: the trait bound `IPreviewHandlerFrame: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1249 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1249:10: 1249:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1249:10: 1249:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1252:10: 1252:14 error: the trait bound `ITrayDeskBand: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1252 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1252:10: 1252:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1252:10: 1252:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1255:10: 1255:14 error: the trait bound `IBandHost: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1255 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1255:10: 1255:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1255:10: 1255:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1258:10: 1258:14 error: the trait bound `IExplorerPaneVisibility: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1258 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1258:10: 1258:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1258:10: 1258:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1261:10: 1261:14 error: the trait bound `IContextMenuCB: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1261 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1261:10: 1261:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1261:10: 1261:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1264:10: 1264:14 error: the trait bound `IDefaultExtractIconInit: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1264 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1264:10: 1264:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1264:10: 1264:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1267:10: 1267:14 error: the trait bound `IExplorerCommand: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1267 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1267:10: 1267:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1267:10: 1267:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1270:10: 1270:14 error: the trait bound `IExplorerCommandState: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1270 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1270:10: 1270:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1270:10: 1270:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1273:10: 1273:14 error: the trait bound `IInitializeCommand: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1273 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1273:10: 1273:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1273:10: 1273:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1276:10: 1276:14 error: the trait bound `IEnumExplorerCommand: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1276 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1276:10: 1276:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1276:10: 1276:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1279:10: 1279:14 error: the trait bound `IExplorerCommandProvider: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1279 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1279:10: 1279:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1279:10: 1279:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1282:10: 1282:14 error: the trait bound `IMarkupCallback: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1282 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1282:10: 1282:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1282:10: 1282:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1285:10: 1285:14 error: the trait bound `IControlMarkup: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1285 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1285:10: 1285:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1285:10: 1285:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1288:10: 1288:14 error: the trait bound `IInitializeNetworkFolder: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1288 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1288:10: 1288:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1288:10: 1288:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1291:10: 1291:14 error: the trait bound `IOpenControlPanel: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1291 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1291:10: 1291:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1291:10: 1291:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1294:10: 1294:14 error: the trait bound `IComputerInfoChangeNotify: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1294 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1294:10: 1294:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1294:10: 1294:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1297:10: 1297:14 error: the trait bound `IFileSystemBindData: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1297 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1297:10: 1297:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1297:10: 1297:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1300:10: 1300:14 error: the trait bound `IFileSystemBindData2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1300 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1300:10: 1300:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1300:10: 1300:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1303:10: 1303:14 error: the trait bound `ICustomDestinationList: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1303 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1303:10: 1303:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1303:10: 1303:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1306:10: 1306:14 error: the trait bound `IApplicationDestinations: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1306 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1306:10: 1306:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1306:10: 1306:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1309:10: 1309:14 error: the trait bound `IApplicationDocumentLists: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1309 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1309:10: 1309:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1309:10: 1309:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1312:10: 1312:14 error: the trait bound `IObjectWithAppUserModelID: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1312 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1312:10: 1312:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1312:10: 1312:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1315:10: 1315:14 error: the trait bound `IObjectWithProgID: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1315 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1315:10: 1315:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1315:10: 1315:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1318:10: 1318:14 error: the trait bound `IUpdateIDList: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1318 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1318:10: 1318:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1318:10: 1318:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1321:10: 1321:14 error: the trait bound `IDesktopGadget: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1321 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1321:10: 1321:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1321:10: 1321:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1324:10: 1324:14 error: the trait bound `IDesktopWallpaper: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1324 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1324:10: 1324:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1324:10: 1324:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1327:10: 1327:14 error: the trait bound `IHomeGroup: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1327 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1327:10: 1327:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1327:10: 1327:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1330:10: 1330:14 error: the trait bound `IInitializeWithPropertyStore: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1330 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1330:10: 1330:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1330:10: 1330:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1333:10: 1333:14 error: the trait bound `IOpenSearchSource: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1333 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1333:10: 1333:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1333:10: 1333:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1336:10: 1336:14 error: the trait bound `IShellLibrary: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1336 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1336:10: 1336:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1336:10: 1336:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1339:10: 1339:14 error: the trait bound `IDefaultFolderMenuInitialize: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1339 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1339:10: 1339:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1339:10: 1339:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1342:10: 1342:14 error: the trait bound `IApplicationActivationManager: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1342 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1342:10: 1342:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1342:10: 1342:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1345:10: 1345:14 error: the trait bound `IAssocHandlerInvoker: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1345 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1345:10: 1345:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1345:10: 1345:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1348:10: 1348:14 error: the trait bound `IAssocHandler: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1348 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1348:10: 1348:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1348:10: 1348:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1351:10: 1351:14 error: the trait bound `IEnumAssocHandlers: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1351 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1351:10: 1351:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1351:10: 1351:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1354:10: 1354:14 error: the trait bound `IDataObjectProvider: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1354 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1354:10: 1354:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1354:10: 1354:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1357:10: 1357:14 error: the trait bound `IDataTransferManagerInterop: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1357 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1357:10: 1357:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1357:10: 1357:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1360:10: 1360:14 error: the trait bound `IFrameworkInputPaneHandler: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1360 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1360:10: 1360:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1360:10: 1360:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1363:10: 1363:14 error: the trait bound `IFrameworkInputPane: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1363 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1363:10: 1363:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1363:10: 1363:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1366:10: 1366:14 error: the trait bound `IAccessibilityDockingServiceCallback: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1366 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1366:10: 1366:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1366:10: 1366:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1369:10: 1369:14 error: the trait bound `IAccessibilityDockingService: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1369 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1369:10: 1369:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1369:10: 1369:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1372:10: 1372:14 error: the trait bound `IAppVisibilityEvents: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1372 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1372:10: 1372:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1372:10: 1372:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1375:10: 1375:14 error: the trait bound `IAppVisibility: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1375 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1375:10: 1375:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1375:10: 1375:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1378:10: 1378:14 error: the trait bound `IPackageExecutionStateChangeNotification: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1378 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1378:10: 1378:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1378:10: 1378:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1381:10: 1381:14 error: the trait bound `IPackageDebugSettings: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1381 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1381:10: 1381:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1381:10: 1381:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1384:10: 1384:14 error: the trait bound `ISuspensionDependencyManager: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1384 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1384:10: 1384:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1384:10: 1384:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1387:10: 1387:14 error: the trait bound `IExecuteCommandApplicationHostEnvironment: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1387 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1387:10: 1387:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1387:10: 1387:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1390:10: 1390:14 error: the trait bound `IExecuteCommandHost: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1390 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1390:10: 1390:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1390:10: 1390:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1393:10: 1393:14 error: the trait bound `IApplicationDesignModeSettings: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1393 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1393:10: 1393:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1393:10: 1393:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1396:10: 1396:14 error: the trait bound `IApplicationDesignModeSettings2: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1396 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1396:10: 1396:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1396:10: 1396:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1399:10: 1399:14 error: the trait bound `ILaunchTargetMonitor: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1399 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1399:10: 1399:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1399:10: 1399:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1402:10: 1402:14 error: the trait bound `ILaunchSourceViewSizePreference: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1402 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1402:10: 1402:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1402:10: 1402:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1405:10: 1405:14 error: the trait bound `ILaunchTargetViewSizePreference: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1405 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1405:10: 1405:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1405:10: 1405:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1408:10: 1408:14 error: the trait bound `ILaunchSourceAppUserModelId: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1408 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1408:10: 1408:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1408:10: 1408:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1411:10: 1411:14 error: the trait bound `IInitializeWithWindow: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1411 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1411:10: 1411:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1411:10: 1411:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1414:10: 1414:14 error: the trait bound `IHandlerInfo: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1414 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1414:10: 1414:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1414:10: 1414:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1417:10: 1417:14 error: the trait bound `IHandlerActivationHost: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1417 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1417:10: 1417:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1417:10: 1417:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1420:10: 1420:14 error: the trait bound `IContactManagerInterop: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1420 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1420:10: 1420:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1420:10: 1420:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1424:10: 1424:14 error: the trait bound `SHITEMID: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1424 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1424:10: 1424:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1424:10: 1424:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1432:10: 1432:14 error: the trait bound `ITEMIDLIST: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1432 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1432:10: 1432:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1479:10: 1479:14 error: the trait bound `EDataFlow: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1479 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1479:10: 1479:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1479:10: 1479:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1488:10: 1488:14 error: the trait bound `ERole: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1488 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1488:10: 1488:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1488:10: 1488:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1511:10: 1511:14 error: the trait bound `IMMDeviceVtbl: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1511 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1511:10: 1511:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1511:10: 1511:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1546:10: 1546:14 error: the trait bound `IMMDevice: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1546 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1546:10: 1546:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1546:10: 1546:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1551:10: 1551:14 error: the trait bound `IMMDeviceEnumeratorVtbl: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1551 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1551:10: 1551:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1551:10: 1551:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1591:10: 1591:14 error: the trait bound `IMMDeviceEnumerator: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1591 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1591:10: 1591:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1591:10: 1591:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1596:10: 1596:14 error: the trait bound `IMMDeviceCollection: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1596 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1596:10: 1596:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1596:10: 1596:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1599:10: 1599:14 error: the trait bound `IMMNotificationClient: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1599 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1599:10: 1599:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1620:10: 1620:14 error: the trait bound `IAudioClientVtbl: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1620 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1620:10: 1620:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1620:10: 1620:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1689:10: 1689:14 error: the trait bound `IAudioClient: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1689 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1689:10: 1689:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1689:10: 1689:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1694:10: 1694:14 error: the trait bound `IAudioRenderClientVtbl: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1694 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1694:10: 1694:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1694:10: 1694:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1719:10: 1719:14 error: the trait bound `IAudioRenderClient: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1719 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1719:10: 1719:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1719:10: 1719:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1728:10: 1728:14 error: the trait bound `AUDCLNT_SHAREMODE: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1728 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1728:10: 1728:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1728:10: 1728:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1743:10: 1743:14 error: the trait bound `WAVEFORMATEX: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1743 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1743:10: 1743:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1743:10: 1743:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1758:10: 1758:14 error: the trait bound `IPropertyStore: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1758 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1758:10: 1758:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1758:10: 1758:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1765:10: 1765:14 error: the trait bound `PROPVARIANT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1765 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1765:10: 1765:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1765:10: 1765:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1779:10: 1779:14 error: the trait bound `IMallocVtbl: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1779 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1779:10: 1779:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1779:10: 1779:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1818:10: 1818:14 error: the trait bound `IMalloc: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1818 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1818:10: 1818:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1818:10: 1818:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1824:10: 1824:14 error: the trait bound `STATSTG: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1824 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1824:10: 1824:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1824:10: 1824:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1839:10: 1839:14 error: the trait bound `IStreamVtbl: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1839 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1839:10: 1839:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1839:10: 1839:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1910:10: 1910:14 error: the trait bound `IStream: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1910 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1910:10: 1910:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1910:10: 1910:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1916:10: 1916:14 error: the trait bound `APTTYPEQUALIFIER: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1916 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1916:10: 1916:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1916:10: 1916:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1927:10: 1927:14 error: the trait bound `APTTYPE: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1927 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1927:10: 1927:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1927:10: 1927:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1940:10: 1940:14 error: the trait bound `ServerInformation: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1940 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1940:10: 1940:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1940:10: 1940:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1948:10: 1948:14 error: the trait bound `CO_MTA_USAGE_COOKIE__: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1948 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/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.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1948:10: 1948:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1957:10: 1957:14 error: the trait bound `IUnknownVtbl: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1957 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1957:10: 1957:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1957:10: 1957:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1972:10: 1972:14 error: the trait bound `IUnknown: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1972 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1972:10: 1972:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:1972:10: 1972:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2000:10: 2000:14 error: the trait bound `PROCESS_MEMORY_COUNTERS: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2000 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2000:10: 2000:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2000:10: 2000:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2015:10: 2015:14 error: the trait bound `PROCESS_MEMORY_COUNTERS_EX: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2015 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2015:10: 2015:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2015:10: 2015:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2038:10: 2038:14 error: the trait bound `VALENTA: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2038 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2038:10: 2038:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2038:10: 2038:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2048:10: 2048:14 error: the trait bound `VALENTW: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2048 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2048:10: 2048:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2048:10: 2048:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2737:10: 2737:14 error: the trait bound `MSG: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2737 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2737:10: 2737:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2737:10: 2737:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2750:10: 2750:14 error: the trait bound `PAINTSTRUCT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2750 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2750:10: 2750:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2750:10: 2750:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2763:10: 2763:14 error: the trait bound `WINDOWPLACEMENT: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2763 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2763:10: 2763:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2763:10: 2763:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2775:10: 2775:14 error: the trait bound `WNDCLASSEXW: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2775 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2775:10: 2775:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2775:10: 2775:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2794:10: 2794:14 error: the trait bound `WNDCLASSW: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2794 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2794:10: 2794:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2794:10: 2794:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2811:10: 2811:14 error: the trait bound `SCROLLBARINFO: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2811 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2811:10: 2811:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2811:10: 2811:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2824:10: 2824:14 error: the trait bound `SCROLLINFO: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2824 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2824:10: 2824:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2824:10: 2824:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2837:10: 2837:14 error: the trait bound `SIZE: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2837 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2837:10: 2837:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2837:10: 2837:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2922:10: 2922:14 error: the trait bound `DEVMODEW: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2922 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2922:10: 2922:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2922:10: 2922:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2956:10: 2956:14 error: the trait bound `DISPLAY_DEVICEW: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2956 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2956:10: 2956:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2956:10: 2956:14 note: required by `std::marker::Copy` .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2968:10: 2968:14 error: the trait bound `PIXELFORMATDESCRIPTOR: std::clone::Clone` is not satisfied [E0277] .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2968 #[derive(Copy)] ^~~~ .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2968:10: 2968:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs) .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs:2968:10: 2968:14 note: required by `std::marker::Copy` error: Compilation failed, aborting rustdoc thread 'main' panicked at 'ChainedError { error: failed to compile `winapi v0.1.13`, intermediate artifacts can be found at `/home/cratesfyi/winapi-0.1.13`, cause: ChainedError { error: Could not document `winapi`., cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.1.13/src/lib.rs --crate-name winapi -o /home/cratesfyi/winapi-0.1.13/doc -L dependency=/home/cratesfyi/winapi-0.1.13/debug -L dependency=/home/cratesfyi/winapi-0.1.13/debug/deps --extern libc=/home/cratesfyi/winapi-0.1.13/debug/deps/liblibc-1bd8847afb79f283.rlib` (exit code: 101) } }', src/bin/cratesfyi.rs:119 note: Run with `RUST_BACKTRACE=1` for a backtrace.