Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-helpers/src/lib.rs @ 174:9e4ce1631bd3
Dramatically expand documentation.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Tue, 29 Jul 2025 18:58:27 -0400 |
parents | d5b7b28d754e |
children |
comparison
equal
deleted
inserted
replaced
173:46e8ce5cd5d1 | 174:9e4ce1631bd3 |
---|---|
53 /// │ ... │ ┆ ╟─────────────╢ | 53 /// │ ... │ ┆ ╟─────────────╢ |
54 /// ╰┄> ║ style ║ | 54 /// ╰┄> ║ style ║ |
55 /// ║ data ┄┄┄┄┄┄┄╫┄┄> ... | 55 /// ║ data ┄┄┄┄┄┄┄╫┄┄> ... |
56 /// ╟─────────────╢ | 56 /// ╟─────────────╢ |
57 /// ║ ... ║ | 57 /// ║ ... ║ |
58 /// | |
59 /// ``` | 58 /// ``` |
60 #[derive(Debug)] | 59 #[derive(Debug)] |
61 pub struct PtrPtrVec<T> { | 60 pub struct PtrPtrVec<T> { |
62 data: Vec<T>, | 61 data: Vec<T>, |
63 pointers: Vec<*const T>, | 62 pointers: Vec<*const T>, |