Searched defs:Copy (Results 1 – 3 of 3) sorted by relevance
234 impl Copy for $name {} impl361 impl Copy for $name {} impl468 impl Copy for $name {} impl
486 ) -> Result<Self> in from_slice_with_attrs()510 ) -> Result<Self> in from_slice()929 ) -> Result<Coherent<[T]>> in from_slice_with_attrs()943 ) -> Result<Coherent<[T]>> in from_slice()
107 copy(&self) -> Option<T> where T: Copy, copy() argument