windows::Win32::System::ParentalControls

Trait IWPCSettings_Impl

pub trait IWPCSettings_Impl: IUnknownImpl {
    // Required methods
    fn IsLoggingRequired(&self) -> Result<BOOL>;
    fn GetLastSettingsChangeTime(&self) -> Result<SYSTEMTIME>;
    fn GetRestrictions(&self) -> Result<WPCFLAG_RESTRICTION>;
}

Required Methods§

fn IsLoggingRequired(&self) -> Result<BOOL>

fn GetLastSettingsChangeTime(&self) -> Result<SYSTEMTIME>

fn GetRestrictions(&self) -> Result<WPCFLAG_RESTRICTION>

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§