[][src]Trait uikit_sys::IUICollectionViewFlowLayoutInvalidationContext

pub trait IUICollectionViewFlowLayoutInvalidationContext: Sized + Deref {
    unsafe fn invalidateFlowLayoutDelegateMetrics(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setInvalidateFlowLayoutDelegateMetrics_(
        self,
        invalidateFlowLayoutDelegateMetrics: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn invalidateFlowLayoutAttributes(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setInvalidateFlowLayoutAttributes_(
        self,
        invalidateFlowLayoutAttributes: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn setInvalidateFlowLayoutDelegateMetrics_(
    self,
    invalidateFlowLayoutDelegateMetrics: BOOL
) where
    Self::Target: Message + Sized

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

unsafe fn setInvalidateFlowLayoutAttributes_(
    self,
    invalidateFlowLayoutAttributes: BOOL
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUICollectionViewFlowLayoutInvalidationContext for UICollectionViewFlowLayoutInvalidationContext[src]

Loading content...