summaryrefslogtreecommitdiffstats
path: root/rust/kernel/types.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: types: add `Opaque::raw_get`Benno Lossin2023-04-121-0/+8
* rust: types: implement `ForeignOwnable` for the unit typeWedson Almeida Filho2023-02-011-0/+12
* rust: types: implement `ForeignOwnable` for `Box<T>`Wedson Almeida Filho2023-02-011-0/+23
* rust: types: introduce `ForeignOwnable`Wedson Almeida Filho2023-02-011-0/+54
* rust: types: introduce `ScopeGuard`Wedson Almeida Filho2023-02-011-1/+125
* rust: types: add `Opaque` typeWedson Almeida Filho2022-12-041-0/+25
* rust: types: add `Either` typeWedson Almeida Filho2022-12-041-0/+12