Struct core::marker::NoCopy
[−]
[src]
pub struct NoCopy;
Deprecated since 1.2.0
: structs are by default not copyable
A type which is considered "not POD", meaning that it is not implicitly copyable. This is typically embedded in other types to ensure that they are never copied, even if they lack a destructor.