Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/
Dclone.rs163 pub struct AssertParamIsCopy<T: Copy + ?Sized> { struct
164 _field: crate::marker::PhantomData<T>,