Home
last modified time | relevance | path

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

/external/rust/crates/intrusive-collections/src/
Dunsafe_ref.rs24 pub struct UnsafeRef<T: ?Sized> { struct
28 impl<T: ?Sized> UnsafeRef<T> { impl
49 impl<T: ?Sized> UnsafeRef<T> { implementation
70 impl<T: ?Sized> Clone for UnsafeRef<T> { implementation
77 impl<T: ?Sized> Deref for UnsafeRef<T> { implementation
86 impl<T: ?Sized> AsRef<T> for UnsafeRef<T> { implementation
93 impl<T: ?Sized> Borrow<T> for UnsafeRef<T> { implementation
100 impl<T: fmt::Debug + ?Sized> fmt::Debug for UnsafeRef<T> { implementation
107 unsafe impl<T: ?Sized + Send> Send for UnsafeRef<T> {} implementation
109 unsafe impl<T: ?Sized + Sync> Sync for UnsafeRef<T> {} implementation