Trait IWindowsParentalControls_Impl
pub trait IWindowsParentalControls_Impl: IWindowsParentalControlsCore_Impl {
// Required method
fn GetGamesSettings(&self, pcszsid: &PCWSTR) -> Result<IWPCGamesSettings>;
}
Required Methods§
fn GetGamesSettings(&self, pcszsid: &PCWSTR) -> Result<IWPCGamesSettings>
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.