Home
last modified time | relevance | path

Searched refs:UnsafeSyncEntry (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dbuffer.rs119 struct UnsafeSyncEntry(Entry); in empty() struct
120 unsafe impl Sync for UnsafeSyncEntry {} in empty() implementation
121 static EMPTY_ENTRY: UnsafeSyncEntry = UnsafeSyncEntry(Entry::End(0, 0)); in empty()