Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/param/
Dmustang_auxv.rs79 pub struct SyncConstPtr<T>(*const T); struct
80 unsafe impl<T> Sync for SyncConstPtr<T> {} implementation
82 impl<T> SyncConstPtr<T> { impl