Lines Matching refs:Opaque
4 13 | assert_send::<ffi::Opaque>();
7 = help: within `ffi::Opaque`, the trait `Send` is not implemented for `*const cxx::void`
9 = note: required because it appears within the type `cxx::private::Opaque`
10 note: required because it appears within the type `ffi::Opaque`
13 4 | type Opaque;
24 14 | assert_sync::<ffi::Opaque>();
27 = help: within `ffi::Opaque`, the trait `Sync` is not implemented for `*const cxx::void`
29 = note: required because it appears within the type `cxx::private::Opaque`
30 note: required because it appears within the type `ffi::Opaque`
33 4 | type Opaque;
44 15 | assert_unpin::<ffi::Opaque>();
45 …| ^^^^^^^^^^^ within `ffi::Opaque`, the trait `Unpin` is not implemented for `P…
49 = note: required because it appears within the type `cxx::private::Opaque`
50 note: required because it appears within the type `ffi::Opaque`
53 4 | type Opaque;