windows::Networking::Sockets

Trait IControlChannelTriggerResetEventDetails_Impl

pub trait IControlChannelTriggerResetEventDetails_Impl: IUnknownImpl {
    // Required methods
    fn ResetReason(&self) -> Result<ControlChannelTriggerResetReason>;
    fn HardwareSlotReset(&self) -> Result<bool>;
    fn SoftwareSlotReset(&self) -> Result<bool>;
}

Required Methods§

fn ResetReason(&self) -> Result<ControlChannelTriggerResetReason>

fn HardwareSlotReset(&self) -> Result<bool>

fn SoftwareSlotReset(&self) -> Result<bool>

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§