Loading libs/binder/rust/src/binder.rs +6 −0 Original line number Diff line number Diff line Loading @@ -1160,6 +1160,12 @@ macro_rules! declare_binder_enum { pub const fn enum_values() -> [Self; $size] { [$(Self::$name),*] } #[inline(always)] #[allow(missing_docs)] pub const fn get(&self) -> $backing { self.0 } } impl std::fmt::Debug for $enum { Loading Loading
libs/binder/rust/src/binder.rs +6 −0 Original line number Diff line number Diff line Loading @@ -1160,6 +1160,12 @@ macro_rules! declare_binder_enum { pub const fn enum_values() -> [Self; $size] { [$(Self::$name),*] } #[inline(always)] #[allow(missing_docs)] pub const fn get(&self) -> $backing { self.0 } } impl std::fmt::Debug for $enum { Loading