Searched defs:Copy (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/syn/ |
| H A D | token.rs | 234 impl Copy for $name {} impl 361 impl Copy for $name {} impl 468 impl Copy for $name {} impl
|
| /linux/rust/kernel/ |
| H A D | dma.rs | 486 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 D | set_once.rs | 107 copy(&self) -> Option<T> where T: Copy, copy() argument
|