[][src]Trait uikit_sys::IUIImageSymbolConfiguration

pub trait IUIImageSymbolConfiguration: Sized + Deref {
    unsafe fn configurationWithoutTextStyle(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithoutScale(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithoutWeight(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithoutPointSizeAndWeight(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isEqualToConfiguration_(
        self,
        otherConfiguration: UIImageSymbolConfiguration
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithScale_(scale: UIImageSymbolScale) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithPointSize_(pointSize: CGFloat) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithWeight_(
        weight: UIImageSymbolWeight
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithPointSize_weight_(
        pointSize: CGFloat,
        weight: UIImageSymbolWeight
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithPointSize_weight_scale_(
        pointSize: CGFloat,
        weight: UIImageSymbolWeight,
        scale: UIImageSymbolScale
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithTextStyle_(textStyle: NSString) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithTextStyle_scale_(
        textStyle: NSString,
        scale: UIImageSymbolScale
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithFont_(font: UIFont) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configurationWithFont_scale_(
        font: UIFont,
        scale: UIImageSymbolScale
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn unspecifiedConfiguration() -> UIImageSymbolConfiguration
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn configurationWithoutTextStyle(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithoutScale(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithoutWeight(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithoutPointSizeAndWeight(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn isEqualToConfiguration_(
    self,
    otherConfiguration: UIImageSymbolConfiguration
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn configurationWithScale_(scale: UIImageSymbolScale) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithPointSize_(pointSize: CGFloat) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithWeight_(weight: UIImageSymbolWeight) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithPointSize_weight_(
    pointSize: CGFloat,
    weight: UIImageSymbolWeight
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithPointSize_weight_scale_(
    pointSize: CGFloat,
    weight: UIImageSymbolWeight,
    scale: UIImageSymbolScale
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithTextStyle_(textStyle: NSString) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithTextStyle_scale_(
    textStyle: NSString,
    scale: UIImageSymbolScale
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithFont_(font: UIFont) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configurationWithFont_scale_(
    font: UIFont,
    scale: UIImageSymbolScale
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn unspecifiedConfiguration() -> UIImageSymbolConfiguration where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIImageSymbolConfiguration for UIImageSymbolConfiguration[src]

Loading content...