Skip to main content

IPS19_SendTimeMethods

Trait IPS19_SendTimeMethods 

Source
pub trait IPS19_SendTimeMethods: IPS19_SendTime {
    // Provided methods
    fn awake(self) { ... }
    fn start(self) { ... }
    fn begin(self, time_to_end: impl Into<f32>) { ... }
    fn update(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn awake(self)

Awake() overload

Source

fn start(self)

Start() overload

Source

fn begin(self, time_to_end: impl Into<f32>)

Begin(f32) overload

Source

fn update(self)

Update() 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: IPS19_SendTime> IPS19_SendTimeMethods for __T

Available on crate feature combat-ps19_sendtime only.