Home
last modified time | relevance | path

Searched refs:IntoBytes (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs68 pub trait IntoBytes { interface
77 impl<'i, I: Instruction> IntoBytes for &'i I { impl
323 impl<'a> IntoBytes for &'a BpfCode { impl