summaryrefslogtreecommitdiff
path: root/rust/kernel/types.rs
AgeCommit message (Expand)AuthorFilesLines
2023-02-01rust: types: implement `ForeignOwnable` for the unit typeWedson Almeida Filho1-0/+12
2023-02-01rust: types: implement `ForeignOwnable` for `Box<T>`Wedson Almeida Filho1-0/+23
2023-02-01rust: types: introduce `ForeignOwnable`Wedson Almeida Filho1-0/+54
2023-02-01rust: types: introduce `ScopeGuard`Wedson Almeida Filho1-1/+125
2022-12-04rust: types: add `Opaque` typeWedson Almeida Filho1-0/+25
2022-12-04rust: types: add `Either` typeWedson Almeida Filho1-0/+12