Searched defs:Own (Results 1 – 6 of 6) sorted by relevance
6 pub struct Own<T> struct13 unsafe impl<T> Send for Own<T> where T: ?Sized {} argument15 unsafe impl<T> Sync for Own<T> where T: ?Sized {} implementation17 impl<T> Copy for Own<T> where T: ?Sized {} implementation19 impl<T> Clone for Own<T> implementation28 impl<T> Own<T> implementation
6 pub struct Own<T> struct13 unsafe impl<T> Send for Own<T> where T: ?Sized {} implementation15 unsafe impl<T> Sync for Own<T> where T: ?Sized {} implementation17 impl<T> Copy for Own<T> where T: ?Sized {} implementation19 impl<T> Clone for Own<T> implementation28 impl<T> Own<T> implementation
5 pub(crate) struct Own<T> struct12 unsafe impl<T> Send for Own<T> where T: ?Sized {} implementation13 unsafe impl<T> Sync for Own<T> where T: ?Sized {} implementation15 impl<T> Copy for Own<T> where T: ?Sized {} implementation17 impl<T> Clone for Own<T> implementation26 impl<T> Own<T> implementation
223 func (macro *Macro) Own() *Macro { func
115 Own, enumerator