Trait IZoneIdentifier_Impl
pub trait IZoneIdentifier_Impl: IUnknownImpl {
// Required methods
fn GetId(&self) -> Result<u32>;
fn SetId(&self, dwzone: u32) -> Result<()>;
fn Remove(&self) -> Result<()>;
}
Required Methods§
fn GetId(&self) -> Result<u32>
fn SetId(&self, dwzone: u32) -> Result<()>
fn Remove(&self) -> 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.