Skip to main content

IUnit_StatusFieldMethods

Trait IUnit_StatusFieldMethods 

Source
pub trait IUnit_StatusFieldMethods: IUnit_StatusField {
    // Provided methods
    fn to_long(self, value: impl Into<Unit_Status>) -> i64 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn to_long(self, value: impl Into<Unit_Status>) -> i64

ToLong(crate::app::unit::Unit_Status) overload

Source

fn ctor(self)

.ctor() 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: IUnit_StatusField> IUnit_StatusFieldMethods for __T

Available on crate feature app-unit only.