windows::Win32::Networking::ActiveDirectory

Trait IADsTimestamp_Impl

pub trait IADsTimestamp_Impl: IDispatch_Impl {
    // Required methods
    fn WholeSeconds(&self) -> Result<i32>;
    fn SetWholeSeconds(&self, lnwholeseconds: i32) -> Result<()>;
    fn EventID(&self) -> Result<i32>;
    fn SetEventID(&self, lneventid: i32) -> Result<()>;
}

Required Methods§

fn WholeSeconds(&self) -> Result<i32>

fn SetWholeSeconds(&self, lnwholeseconds: i32) -> Result<()>

fn EventID(&self) -> Result<i32>

fn SetEventID(&self, lneventid: i32) -> 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.

Implementors§