[][src]Trait uikit_sys::IUIWindowScene

pub trait IUIWindowScene: Sized + Deref {
    unsafe fn screen(self) -> UIScreen
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interfaceOrientation(self) -> UIInterfaceOrientation
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn coordinateSpace(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn traitCollection(self) -> UITraitCollection
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn sizeRestrictions(self) -> UISceneSizeRestrictions
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn windows(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn screen(self) -> UIScreen where
    Self::Target: Message + Sized

unsafe fn interfaceOrientation(self) -> UIInterfaceOrientation where
    Self::Target: Message + Sized

unsafe fn coordinateSpace(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn traitCollection(self) -> UITraitCollection where
    Self::Target: Message + Sized

unsafe fn sizeRestrictions(self) -> UISceneSizeRestrictions where
    Self::Target: Message + Sized

unsafe fn windows(self) -> NSArray where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIWindowScene for UIWindowScene[src]

Loading content...