pub trait IMapHistory_Base_1<T0: ClassIdentity>: IObject {
// Provided methods
fn m_command_stream_buffer(self) -> Array<u8> { ... }
fn set_m_command_stream_buffer(self, value: Array<u8>) { ... }
fn m_command_stream(self) -> Stream_2 { ... }
fn set_m_command_stream(self, value: Stream_2) { ... }
fn m_commands(self) -> Array<MapHistory_Command> { ... }
fn set_m_commands(self, value: Array<MapHistory_Command>) { ... }
fn m_num_command(self) -> i32 { ... }
fn set_m_num_command(self, value: i32) { ... }
fn m_num_split(self) -> i32 { ... }
fn set_m_num_split(self, value: i32) { ... }
}Provided Methods§
fn m_command_stream_buffer(self) -> Array<u8>
fn set_m_command_stream_buffer(self, value: Array<u8>)
fn m_command_stream(self) -> Stream_2
fn set_m_command_stream(self, value: Stream_2)
fn m_commands(self) -> Array<MapHistory_Command>
fn set_m_commands(self, value: Array<MapHistory_Command>)
fn m_num_command(self) -> i32
fn set_m_num_command(self, value: i32)
fn m_num_split(self) -> i32
fn set_m_num_split(self, value: i32)
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.