Struct std::kinds::marker::NoCopy[src]

pub struct NoCopy;

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.

Trait Implementations

Derived Implementations

impl Clone for NoCopy

fn clone(&self) -> NoCopy

fn clone_from(&mut self, &NoCopy)

impl PartialEq for NoCopy

fn eq(&self, __arg_0: &NoCopy) -> bool

fn ne(&self, __arg_0: &NoCopy) -> bool

fn ne(&self, &NoCopy) -> bool