[][src]Trait uikit_sys::INSByteCountFormatter

pub trait INSByteCountFormatter: Sized + Deref {
    unsafe fn stringFromByteCount_(self, byteCount: c_longlong) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringFromMeasurement_(
        self,
        measurement: NSMeasurement
    ) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringForObjectValue_(self, obj: id) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn allowedUnits(self) -> NSByteCountFormatterUnits
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAllowedUnits_(self, allowedUnits: NSByteCountFormatterUnits)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn countStyle(self) -> NSByteCountFormatterCountStyle
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setCountStyle_(self, countStyle: NSByteCountFormatterCountStyle)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn allowsNonnumericFormatting(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAllowsNonnumericFormatting_(
        self,
        allowsNonnumericFormatting: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn includesUnit(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setIncludesUnit_(self, includesUnit: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn includesCount(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setIncludesCount_(self, includesCount: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn includesActualByteCount(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setIncludesActualByteCount_(self, includesActualByteCount: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isAdaptive(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAdaptive_(self, adaptive: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn zeroPadsFractionDigits(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setZeroPadsFractionDigits_(self, zeroPadsFractionDigits: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn formattingContext(self) -> NSFormattingContext
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setFormattingContext_(
        self,
        formattingContext: NSFormattingContext
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringFromByteCount_countStyle_(
        byteCount: c_longlong,
        countStyle: NSByteCountFormatterCountStyle
    ) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn stringFromMeasurement_countStyle_(
        measurement: NSMeasurement,
        countStyle: NSByteCountFormatterCountStyle
    ) -> NSString
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn stringFromByteCount_(self, byteCount: c_longlong) -> NSString where
    Self::Target: Message + Sized

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

unsafe fn stringForObjectValue_(self, obj: id) -> NSString where
    Self::Target: Message + Sized

unsafe fn allowedUnits(self) -> NSByteCountFormatterUnits where
    Self::Target: Message + Sized

unsafe fn setAllowedUnits_(self, allowedUnits: NSByteCountFormatterUnits) where
    Self::Target: Message + Sized

unsafe fn countStyle(self) -> NSByteCountFormatterCountStyle where
    Self::Target: Message + Sized

unsafe fn setCountStyle_(self, countStyle: NSByteCountFormatterCountStyle) where
    Self::Target: Message + Sized

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

unsafe fn setAllowsNonnumericFormatting_(self, allowsNonnumericFormatting: BOOL) where
    Self::Target: Message + Sized

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

unsafe fn setIncludesUnit_(self, includesUnit: BOOL) where
    Self::Target: Message + Sized

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

unsafe fn setIncludesCount_(self, includesCount: BOOL) where
    Self::Target: Message + Sized

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

unsafe fn setIncludesActualByteCount_(self, includesActualByteCount: BOOL) where
    Self::Target: Message + Sized

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

unsafe fn setAdaptive_(self, adaptive: BOOL) where
    Self::Target: Message + Sized

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

unsafe fn setZeroPadsFractionDigits_(self, zeroPadsFractionDigits: BOOL) where
    Self::Target: Message + Sized

unsafe fn formattingContext(self) -> NSFormattingContext where
    Self::Target: Message + Sized

unsafe fn setFormattingContext_(self, formattingContext: NSFormattingContext) where
    Self::Target: Message + Sized

unsafe fn stringFromByteCount_countStyle_(
    byteCount: c_longlong,
    countStyle: NSByteCountFormatterCountStyle
) -> NSString where
    Self::Target: Message + Sized

unsafe fn stringFromMeasurement_countStyle_(
    measurement: NSMeasurement,
    countStyle: NSByteCountFormatterCountStyle
) -> NSString where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSByteCountFormatter for NSByteCountFormatter[src]

Loading content...