mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
rusticl/util: make Properties::props private
Reviewed-by: @LingMan Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32268>
This commit is contained in:
parent
b4b01498a6
commit
237f081866
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
pub struct Properties<T> {
|
||||
pub props: Vec<(T, T)>,
|
||||
props: Vec<(T, T)>,
|
||||
}
|
||||
|
||||
impl<T: Copy + Default> Properties<T> {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue