[][src]Trait uikit_sys::INSMeasurementFormatter

pub trait INSMeasurementFormatter: Sized + Deref {
    unsafe fn stringFromMeasurement_(
        self,
        measurement: NSMeasurement
    ) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringFromUnit_(self, unit: NSUnit) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn unitOptions(self) -> NSMeasurementFormatterUnitOptions
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setUnitOptions_(
        self,
        unitOptions: NSMeasurementFormatterUnitOptions
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn unitStyle(self) -> NSFormattingUnitStyle
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setUnitStyle_(self, unitStyle: NSFormattingUnitStyle)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn locale(self) -> NSLocale
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setLocale_(self, locale: NSLocale)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn numberFormatter(self) -> NSNumberFormatter
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setNumberFormatter_(self, numberFormatter: NSNumberFormatter)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn stringFromMeasurement_(self, measurement: NSMeasurement) -> NSString where
    Self::Target: Message + Sized

unsafe fn stringFromUnit_(self, unit: NSUnit) -> NSString where
    Self::Target: Message + Sized

unsafe fn unitOptions(self) -> NSMeasurementFormatterUnitOptions where
    Self::Target: Message + Sized

unsafe fn setUnitOptions_(self, unitOptions: NSMeasurementFormatterUnitOptions) where
    Self::Target: Message + Sized

unsafe fn unitStyle(self) -> NSFormattingUnitStyle where
    Self::Target: Message + Sized

unsafe fn setUnitStyle_(self, unitStyle: NSFormattingUnitStyle) where
    Self::Target: Message + Sized

unsafe fn locale(self) -> NSLocale where
    Self::Target: Message + Sized

unsafe fn setLocale_(self, locale: NSLocale) where
    Self::Target: Message + Sized

unsafe fn numberFormatter(self) -> NSNumberFormatter where
    Self::Target: Message + Sized

unsafe fn setNumberFormatter_(self, numberFormatter: NSNumberFormatter) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSMeasurementFormatter for NSMeasurementFormatter[src]

Loading content...