Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 3 of 3) sorted by relevance

/linux/rust/syn/
H A Dtoken.rs234 impl Copy for $name {} impl
361 impl Copy for $name {} impl
468 impl Copy for $name {} impl
/linux/rust/kernel/
H A Ddma.rs486 from_slice_with_attrs( dev: &device::Device<Bound>, data: &[T], gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<Self> where T: Copy, from_slice_with_attrs() argument
510 from_slice( dev: &device::Device<Bound>, data: &[T], gfp_flags: kernel::alloc::Flags, ) -> Result<Self> where T: Copy, from_slice() argument
929 from_slice_with_attrs( dev: &device::Device<Bound>, data: &[T], gfp_flags: kernel::alloc::Flags, dma_attrs: Attrs, ) -> Result<Coherent<[T]>> where T: Copy, from_slice_with_attrs() argument
943 from_slice( dev: &device::Device<Bound>, data: &[T], gfp_flags: kernel::alloc::Flags, ) -> Result<Coherent<[T]>> where T: Copy, from_slice() argument
/linux/rust/kernel/sync/
H A Dset_once.rs107 copy(&self) -> Option<T> where T: Copy, copy() argument