Type Alias PluginType

Source
pub type PluginType = BNPluginType;

Aliased Type§

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

Variants§

§

CorePluginType = 0

§

UiPluginType = 1

§

ArchitecturePluginType = 2

§

BinaryViewPluginType = 3

§

HelperPluginType = 4

§

SyncPluginType = 5

Trait Implementations§