[][src]Trait sm_ext::SMInterfaceApi

pub trait SMInterfaceApi {
    fn get_interface_version(&self) -> u32;
fn get_interface_name(&self) -> &str;
fn is_version_compatible(&self, version: u32) -> bool; }

Required methods

fn get_interface_version(&self) -> u32

fn get_interface_name(&self) -> &str

fn is_version_compatible(&self, version: u32) -> bool

Loading content...

Implementors

impl SMInterfaceApi for IForwardManager[src]

impl SMInterfaceApi for IHandleSys[src]

impl SMInterfaceApi for ISourceMod[src]

impl SMInterfaceApi for SMInterface[src]

Loading content...