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§
Sourceunsafe fn orthogonalLayoutSectionForMediaItems(
mtm: MainThreadMarker,
) -> Retained<NSCollectionLayoutSection>
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.