Trait IWdsTransportNamespaceScheduledCastAutoStart_Impl
pub trait IWdsTransportNamespaceScheduledCastAutoStart_Impl: IWdsTransportNamespaceScheduledCast_Impl {
// Required methods
fn MinimumClients(&self) -> Result<u32>;
fn SetMinimumClients(&self, ulminimumclients: u32) -> Result<()>;
fn StartTime(&self) -> Result<f64>;
fn SetStartTime(&self, starttime: f64) -> Result<()>;
}
Required Methods§
fn MinimumClients(&self) -> Result<u32>
fn SetMinimumClients(&self, ulminimumclients: u32) -> Result<()>
fn StartTime(&self) -> Result<f64>
fn SetStartTime(&self, starttime: f64) -> Result<()>
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.