[][src]Trait uikit_sys::UIView_UIPrintFormatter

pub trait UIView_UIPrintFormatter: Sized + Deref {
    unsafe fn viewPrintFormatter(self) -> UIViewPrintFormatter
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn drawRect_forViewPrintFormatter_(
        self,
        rect: CGRect,
        formatter: UIViewPrintFormatter
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn viewPrintFormatter(self) -> UIViewPrintFormatter where
    Self::Target: Message + Sized

unsafe fn drawRect_forViewPrintFormatter_(
    self,
    rect: CGRect,
    formatter: UIViewPrintFormatter
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIView_UIPrintFormatter for UIActionSheet[src]

impl UIView_UIPrintFormatter for UIActivityIndicatorView[src]

impl UIView_UIPrintFormatter for UIAlertView[src]

impl UIView_UIPrintFormatter for UIButton[src]

impl UIView_UIPrintFormatter for UICollectionReusableView[src]

impl UIView_UIPrintFormatter for UICollectionView[src]

impl UIView_UIPrintFormatter for UICollectionViewCell[src]

impl UIView_UIPrintFormatter for UIControl[src]

impl UIView_UIPrintFormatter for UIDatePicker[src]

impl UIView_UIPrintFormatter for UIImageView[src]

impl UIView_UIPrintFormatter for UIInputView[src]

impl UIView_UIPrintFormatter for UILabel[src]

impl UIView_UIPrintFormatter for UINavigationBar[src]

impl UIView_UIPrintFormatter for UIPageControl[src]

impl UIView_UIPrintFormatter for UIPickerView[src]

impl UIView_UIPrintFormatter for UIPopoverBackgroundView[src]

impl UIView_UIPrintFormatter for UIProgressView[src]

impl UIView_UIPrintFormatter for UIRefreshControl[src]

impl UIView_UIPrintFormatter for UIScrollView[src]

impl UIView_UIPrintFormatter for UISearchBar[src]

impl UIView_UIPrintFormatter for UISearchTextField[src]

impl UIView_UIPrintFormatter for UISegmentedControl[src]

impl UIView_UIPrintFormatter for UISlider[src]

impl UIView_UIPrintFormatter for UIStackView[src]

impl UIView_UIPrintFormatter for UISwitch[src]

impl UIView_UIPrintFormatter for UITabBar[src]

impl UIView_UIPrintFormatter for UITableView[src]

impl UIView_UIPrintFormatter for UITableViewCell[src]

impl UIView_UIPrintFormatter for UITableViewHeaderFooterView[src]

impl UIView_UIPrintFormatter for UITextField[src]

impl UIView_UIPrintFormatter for UITextView[src]

impl UIView_UIPrintFormatter for UIToolbar[src]

impl UIView_UIPrintFormatter for UIView[src]

impl UIView_UIPrintFormatter for UIVisualEffectView[src]

impl UIView_UIPrintFormatter for UIWebView[src]

impl UIView_UIPrintFormatter for UIWindow[src]

Loading content...