Skip to main content

IForecastFishData

Trait IForecastFishData 

Source
pub trait IForecastFishData: IObject {
    // Provided methods
    fn m_fish_data(self) -> FishingFishData { ... }
    fn set_m_fish_data(self, value: FishingFishData) { ... }
    fn m_size_mult(self) -> f32 { ... }
    fn set_m_size_mult(self, value: f32) { ... }
    fn m_priority(self) -> f32 { ... }
    fn set_m_priority(self, value: f32) { ... }
}

Provided Methods§

Source

fn m_fish_data(self) -> FishingFishData

Source

fn set_m_fish_data(self, value: FishingFishData)

Source

fn m_size_mult(self) -> f32

Source

fn set_m_size_mult(self, value: f32)

Source

fn m_priority(self) -> f32

Source

fn set_m_priority(self, value: f32)

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§