INCarCommandsDomainHandling

Trait INCarCommandsDomainHandling 

Source
pub unsafe trait INCarCommandsDomainHandling:
    INActivateCarSignalIntentHandling
    + INSetCarLockStatusIntentHandling
    + INGetCarLockStatusIntentHandling
    + INGetCarPowerLevelStatusIntentHandling { }
👎Deprecated: Please conform to INActivateCarSignalIntentHandling, INSetCarLockStatusIntentHandling, INGetCarLockStatusIntentHandling and INGetCarPowerLevelStatusIntentHandling instead
Available on crate features INActivateCarSignalIntent and INDomainHandling and INGetCarLockStatusIntent and INGetCarPowerLevelStatusIntent and INSetCarLockStatusIntent only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn INCarCommandsDomainHandling

Source§

const NAME: &'static str = "INCarCommandsDomainHandling"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn INCarCommandsDomainHandling

Implementations on Foreign Types§

Source§

impl<T> INCarCommandsDomainHandling for ProtocolObject<T>

Implementors§