summaryrefslogtreecommitdiffstats
path: root/rust/kernel/transmute.rs
AgeCommit message (Expand)AuthorLines
2025-08-28rust: transmute: add `from_bytes_copy` method to `FromBytes` traitAlexandre Courbot-0/+18
2025-08-28rust: transmute: Add methods for FromBytes traitChristian S. Lima-1/+68
2025-08-22rust: transmute: add `as_bytes_mut` method to `AsBytes` traitAlexandre Courbot-0/+15
2025-08-22rust: transmute: add `as_bytes` method for `AsBytes` traitAlexandre Courbot-1/+11
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia-0/+71