pub type PluginType = BNPluginType;Aliased Type§
#[repr(u32)]pub enum PluginType {
CorePluginType = 0,
UiPluginType = 1,
ArchitecturePluginType = 2,
BinaryViewPluginType = 3,
HelperPluginType = 4,
SyncPluginType = 5,
}pub type PluginType = BNPluginType;#[repr(u32)]pub enum PluginType {
CorePluginType = 0,
UiPluginType = 1,
ArchitecturePluginType = 2,
BinaryViewPluginType = 3,
HelperPluginType = 4,
SyncPluginType = 5,
}