Searched refs:Clone (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/rust/alloc/vec/ |
D | partial_eq.rs | 33 __impl_slice_eq1! { [A: Allocator] Cow<'_, [T]>, Vec<U, A> where T: Clone, #[stable(feature = "rust… 35 __impl_slice_eq1! { [] Cow<'_, [T]>, &[U] where T: Clone, #[stable(feature = "rust1", since = "1.0.… 37 __impl_slice_eq1! { [] Cow<'_, [T]>, &mut [U] where T: Clone, #[stable(feature = "rust1", since = "…
|
D | mod.rs | 1980 A: Clone, in split_off() 2216 impl<T: Clone, A: Allocator> Vec<T, A> { 2367 impl<T: Clone> ExtendWith<T> for ExtendElement<T> { 2447 pub fn from_elem<T: Clone>(elem: T, n: usize) -> Vec<T> { in from_elem() 2454 pub fn from_elem_in<T: Clone, A: Allocator>(elem: T, n: usize, alloc: A) -> Vec<T, A> { in from_elem_in() argument 2466 impl<T: Clone, A: Allocator> ExtendFromWithinSpec for Vec<T, A> { 2539 impl<T: Clone, A: Allocator> SpecCloneFrom for Vec<T, A> { 2564 impl<T: Clone, A: Allocator + Clone> Clone for Vec<T, A> { 2958 impl<T: Clone> From<&[T]> for Vec<T> { 2978 impl<T: Clone> From<&mut [T]> for Vec<T> {
|
D | into_iter.rs | 306 impl<T: Clone, A: Allocator + Clone> Clone for IntoIter<T, A> {
|
/linux-6.1.9/rust/alloc/ |
D | slice.rs | 189 impl<T: Clone> ConvertVec for T { 481 T: Clone, in to_vec() 505 T: Clone, in to_vec_in() argument 774 impl<T: Clone, V: Borrow<[T]>> Concat<T> for [V] { 789 impl<T: Clone, V: Borrow<[T]>> Join<&T> for [V] { 812 impl<T: Clone, V: Borrow<[T]>> Join<&[T]> for [V] { 854 impl<T: Clone> ToOwned for [T] { 1199 #[derive(Clone, Copy)] in merge_sort()
|
D | boxed.rs | 1223 impl<T: Clone, A: Allocator + Clone> Clone for Box<T, A> { 1273 impl Clone for Box<str> { 1910 impl<T: Clone, A: Allocator + Clone> Clone for Box<[T], A> {
|
D | alloc.rs | 52 #[derive(Copy, Clone, Default, Debug)] 425 impl<T: Clone> WriteCloneIntoRaw for T {
|
D | borrow.rs | 88 T: Clone, 197 impl<B: ?Sized + ToOwned> Clone for Cow<'_, B> {
|
/linux-6.1.9/rust/alloc/collections/ |
D | mod.rs | 61 #[derive(Clone, PartialEq, Eq, Debug)] 82 #[derive(Clone, PartialEq, Eq, Debug)]
|
/linux-6.1.9/rust/kernel/ |
D | error.rs | 23 #[derive(Clone, Copy, PartialEq, Eq)]
|
/linux-6.1.9/Documentation/networking/device_drivers/can/ |
D | can327.rst | 200 - Clone devices ("v1.5" and others)
|
/linux-6.1.9/Documentation/admin-guide/device-mapper/ |
D | dm-clone.rst | 228 Clone a device containing a file system
|
/linux-6.1.9/Documentation/arm/omap/ |
D | dss.rst | 266 Example: Clone GFX overlay to LCD and TV
|
/linux-6.1.9/Documentation/admin-guide/media/ |
D | gspca-cardlist.rst | 15 spca508 0130:0130 Clone Digital Webcam 11043
|
/linux-6.1.9/Documentation/timers/ |
D | no_hz.rst | 214 Clone this archive and follow the instructions in the README file.
|
/linux-6.1.9/drivers/md/ |
D | Kconfig | 364 tristate "Clone target (EXPERIMENTAL)"
|
/linux-6.1.9/Documentation/filesystems/ |
D | sharedsubtree.rst | 595 5g) Clone Namespace
|