[][src]Trait uikit_sys::IUIDevice

pub trait IUIDevice: Sized + Deref {
    unsafe fn beginGeneratingDeviceOrientationNotifications(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn endGeneratingDeviceOrientationNotifications(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn playInputClick(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn name(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn model(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn localizedModel(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemName(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemVersion(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn orientation(self) -> UIDeviceOrientation
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn identifierForVendor(self) -> NSUUID
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isGeneratingDeviceOrientationNotifications(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isBatteryMonitoringEnabled(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBatteryMonitoringEnabled_(self, batteryMonitoringEnabled: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn batteryState(self) -> UIDeviceBatteryState
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn batteryLevel(self) -> f32
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isProximityMonitoringEnabled(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setProximityMonitoringEnabled_(
        self,
        proximityMonitoringEnabled: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn proximityState(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isMultitaskingSupported(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn userInterfaceIdiom(self) -> UIUserInterfaceIdiom
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn currentDevice() -> UIDevice
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn beginGeneratingDeviceOrientationNotifications(self) where
    Self::Target: Message + Sized

unsafe fn endGeneratingDeviceOrientationNotifications(self) where
    Self::Target: Message + Sized

unsafe fn playInputClick(self) where
    Self::Target: Message + Sized

unsafe fn name(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn model(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn localizedModel(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn systemName(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn systemVersion(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn orientation(self) -> UIDeviceOrientation where
    Self::Target: Message + Sized

unsafe fn identifierForVendor(self) -> NSUUID where
    Self::Target: Message + Sized

unsafe fn isGeneratingDeviceOrientationNotifications(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn isBatteryMonitoringEnabled(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setBatteryMonitoringEnabled_(self, batteryMonitoringEnabled: BOOL) where
    Self::Target: Message + Sized

unsafe fn batteryState(self) -> UIDeviceBatteryState where
    Self::Target: Message + Sized

unsafe fn batteryLevel(self) -> f32 where
    Self::Target: Message + Sized

unsafe fn isProximityMonitoringEnabled(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setProximityMonitoringEnabled_(self, proximityMonitoringEnabled: BOOL) where
    Self::Target: Message + Sized

unsafe fn proximityState(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn isMultitaskingSupported(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn userInterfaceIdiom(self) -> UIUserInterfaceIdiom where
    Self::Target: Message + Sized

unsafe fn currentDevice() -> UIDevice where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIDevice for UIDevice[src]

Loading content...