Skip to main content

IParentalControl_BeginFCSequenceMethods

Trait IParentalControl_BeginFCSequenceMethods 

Source
pub trait IParentalControl_BeginFCSequenceMethods: IParentalControl_BeginFCSequence {
    // Provided methods
    fn net_keep_alive_on(self) { ... }
    fn net_keep_alive_off(self) { ... }
    fn try_begin(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn net_keep_alive_on(self)

NetKeepAliveOn() overload

Source

fn net_keep_alive_off(self)

NetKeepAliveOff() overload

Source

fn try_begin(self)

TryBegin() overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IParentalControl_BeginFCSequence> IParentalControl_BeginFCSequenceMethods for __T

Available on crate feature app-parentalcontrol only.