pub trait IFontTagInfoMethods: IFontTagInfo {
// Provided methods
fn get_tag(self) -> u16 { ... }
fn get_tag_group(self) -> u16 { ... }
fn get_index(self) -> u16 { ... }
fn set_index(self, value: impl Into<u16>) { ... }
fn ctor(self, param: impl Into<Array<u8>>) { ... }
}Provided Methods§
Sourcefn get_tag_group(self) -> u16
fn get_tag_group(self) -> u16
get_TagGroup() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: IFontTagInfo> IFontTagInfoMethods for __T
Available on crate feature
nintendo-message_studio-lib-fonttaginfo only.