Skip to main content

IFontTagInfoMethods

Trait IFontTagInfoMethods 

Source
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§

Source

fn get_tag(self) -> u16

get_Tag() overload

Source

fn get_tag_group(self) -> u16

get_TagGroup() overload

Source

fn get_index(self) -> u16

get_Index() overload

Source

fn set_index(self, value: impl Into<u16>)

set_Index(u16) overload

Source

fn ctor(self, param: impl Into<Array<u8>>)

.ctor(::unity::Array<u8>) 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§

Source§

impl<__T: IFontTagInfo> IFontTagInfoMethods for __T

Available on crate feature nintendo-message_studio-lib-fonttaginfo only.