summaryrefslogtreecommitdiff
path: root/rust/kernel/transmute.rs
AgeCommit message (Expand)Author
2025-11-05rust: transmute: add `from_bytes_prefix` family of methodsAlexandre Courbot
2025-08-28rust: transmute: add `from_bytes_copy` method to `FromBytes` traitAlexandre Courbot
2025-08-28rust: transmute: Add methods for FromBytes traitChristian S. Lima
2025-08-22rust: transmute: add `as_bytes_mut` method to `AsBytes` traitAlexandre Courbot
2025-08-22rust: transmute: add `as_bytes` method for `AsBytes` traitAlexandre Courbot
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia