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