NSCollectionLayoutSectionTVMediaItemContentConfiguration

Trait NSCollectionLayoutSectionTVMediaItemContentConfiguration 

Source
pub unsafe trait NSCollectionLayoutSectionTVMediaItemContentConfiguration:
    ClassType
    + Sized
    + Sealed {
    // Provided method
    unsafe fn orthogonalLayoutSectionForMediaItems(
        mtm: MainThreadMarker,
    ) -> Retained<NSCollectionLayoutSection> { ... }
}
Available on crate feature TVMediaItemContentConfiguration only.
Expand description

Category “TVMediaItemContentConfiguration” on NSCollectionLayoutSection.

Provided Methods§

Source

unsafe fn orthogonalLayoutSectionForMediaItems( mtm: MainThreadMarker, ) -> Retained<NSCollectionLayoutSection>

Creates an orthogonal scrolling section with the system default sizing and spacing.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl NSCollectionLayoutSectionTVMediaItemContentConfiguration for NSCollectionLayoutSection

Implementors§