Trait windows::Win32::System::Com::Urlmon::IZoneIdentifier_Impl

pub trait IZoneIdentifier_Impl: Sized {
    // 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<()>

Object Safety§

This trait is not object safe.

Implementors§