Trait objc2_ui_kit::UIDynamicItem

source ·
pub unsafe trait UIDynamicItem: NSObjectProtocol + IsMainThreadOnly {
    // Provided methods
    unsafe fn center(&self) -> CGPoint
       where Self: Sized + Message { ... }
    unsafe fn setCenter(&self, center: CGPoint)
       where Self: Sized + Message { ... }
    unsafe fn bounds(&self) -> CGRect
       where Self: Sized + Message { ... }
    unsafe fn transform(&self) -> CGAffineTransform
       where Self: Sized + Message { ... }
    unsafe fn setTransform(&self, transform: CGAffineTransform)
       where Self: Sized + Message { ... }
    unsafe fn collisionBoundsType(&self) -> UIDynamicItemCollisionBoundsType
       where Self: Sized + Message { ... }
    unsafe fn collisionBoundingPath(&self) -> Retained<UIBezierPath>
       where Self: Sized + Message { ... }
}
Available on crate feature UIDynamicBehavior only.

Provided Methods§

source

unsafe fn center(&self) -> CGPoint
where Self: Sized + Message,

source

unsafe fn setCenter(&self, center: CGPoint)
where Self: Sized + Message,

source

unsafe fn bounds(&self) -> CGRect
where Self: Sized + Message,

source

unsafe fn transform(&self) -> CGAffineTransform
where Self: Sized + Message,

source

unsafe fn setTransform(&self, transform: CGAffineTransform)
where Self: Sized + Message,

source

unsafe fn collisionBoundsType(&self) -> UIDynamicItemCollisionBoundsType
where Self: Sized + Message,

source

unsafe fn collisionBoundingPath(&self) -> Retained<UIBezierPath>
where Self: Sized + Message,

Available on crate feature UIBezierPath only.

Trait Implementations§

source§

impl ProtocolType for dyn UIDynamicItem

source§

const NAME: &'static str = "UIDynamicItem"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn UIDynamicItem
where T: ?Sized + Message + UIDynamicItem,

Implementations on Foreign Types§

source§

impl<T> UIDynamicItem for ProtocolObject<T>
where T: ?Sized + UIDynamicItem,

Implementors§

source§

impl UIDynamicItem for UIActionSheet

Available on crate features UIResponder and UIView and UIActionSheet only.
source§

impl UIDynamicItem for UIActivityIndicatorView

Available on crate features UIResponder and UIView and UIActivityIndicatorView only.
source§

impl UIDynamicItem for UIAlertView

Available on crate features UIResponder and UIView and UIAlertView only.
source§

impl UIDynamicItem for UIButton

Available on crate features UIControl and UIResponder and UIView and UIButton only.
source§

impl UIDynamicItem for UICalendarView

Available on crate features UIResponder and UIView and UICalendarView only.
source§

impl UIDynamicItem for UICollectionReusableView

Available on crate features UIResponder and UIView and UICollectionViewCell only.
source§

impl UIDynamicItem for UICollectionView

Available on crate features UIResponder and UIScrollView and UIView and UICollectionView only.
source§

impl UIDynamicItem for UICollectionViewCell

Available on crate features UIResponder and UIView and UICollectionViewCell only.
source§

impl UIDynamicItem for UICollectionViewLayoutAttributes

Available on crate feature UICollectionViewLayout only.
source§

impl UIDynamicItem for UICollectionViewListCell

Available on crate features UICollectionViewCell and UIResponder and UIView and UICollectionViewListCell only.
source§

impl UIDynamicItem for UIColorWell

Available on crate features UIControl and UIResponder and UIView and UIColorWell only.
source§

impl UIDynamicItem for UIContentUnavailableView

Available on crate features UIResponder and UIView and UIContentUnavailableView only.
source§

impl UIDynamicItem for UIControl

Available on crate features UIResponder and UIView and UIControl only.
source§

impl UIDynamicItem for UIDatePicker

Available on crate features UIControl and UIResponder and UIView and UIDatePicker only.
source§

impl UIDynamicItem for UIDynamicItemGroup

source§

impl UIDynamicItem for UIEventAttributionView

Available on crate features UIResponder and UIView and UIEventAttributionView only.
source§

impl UIDynamicItem for UIImageView

Available on crate features UIResponder and UIView and UIImageView only.
source§

impl UIDynamicItem for UIInputView

Available on crate features UIResponder and UIView and UIInputView only.
source§

impl UIDynamicItem for UILabel

Available on crate features UIResponder and UIView and UILabel only.
source§

impl UIDynamicItem for UIListContentView

Available on crate features UIResponder and UIView and UIListContentConfiguration only.
source§

impl UIDynamicItem for UINavigationBar

Available on crate features UIResponder and UIView and UINavigationBar only.
source§

impl UIDynamicItem for UIPageControl

Available on crate features UIControl and UIResponder and UIView and UIPageControl only.
source§

impl UIDynamicItem for UIPasteControl

Available on crate features UIControl and UIResponder and UIView and UIPasteControl only.
source§

impl UIDynamicItem for UIPickerView

Available on crate features UIResponder and UIView and UIPickerView only.
source§

impl UIDynamicItem for UIPopoverBackgroundView

Available on crate features UIResponder and UIView and UIPopoverBackgroundView only.
source§

impl UIDynamicItem for UIProgressView

Available on crate features UIResponder and UIView and UIProgressView only.
source§

impl UIDynamicItem for UIRefreshControl

Available on crate features UIControl and UIResponder and UIView and UIRefreshControl only.
source§

impl UIDynamicItem for UIScrollView

Available on crate features UIResponder and UIView and UIScrollView only.
source§

impl UIDynamicItem for UISearchBar

Available on crate features UIResponder and UIView and UISearchBar only.
source§

impl UIDynamicItem for UISearchTextField

Available on crate features UIControl and UIResponder and UITextField and UIView and UISearchTextField only.
source§

impl UIDynamicItem for UISegmentedControl

Available on crate features UIControl and UIResponder and UIView and UISegmentedControl only.
source§

impl UIDynamicItem for UISlider

Available on crate features UIControl and UIResponder and UIView and UISlider only.
source§

impl UIDynamicItem for UIStackView

Available on crate features UIResponder and UIView and UIStackView only.
source§

impl UIDynamicItem for UIStandardTextCursorView

Available on crate features UIResponder and UIView and UIStandardTextCursorView only.
source§

impl UIDynamicItem for UIStepper

Available on crate features UIControl and UIResponder and UIView and UIStepper only.
source§

impl UIDynamicItem for UISwitch

Available on crate features UIControl and UIResponder and UIView and UISwitch only.
source§

impl UIDynamicItem for UITabBar

Available on crate features UIResponder and UIView and UITabBar only.
source§

impl UIDynamicItem for UITableView

Available on crate features UIResponder and UIScrollView and UIView and UITableView only.
source§

impl UIDynamicItem for UITableViewCell

Available on crate features UIResponder and UIView and UITableViewCell only.
source§

impl UIDynamicItem for UITableViewHeaderFooterView

Available on crate features UIResponder and UIView and UITableViewHeaderFooterView only.
source§

impl UIDynamicItem for UITextField

Available on crate features UIControl and UIResponder and UIView and UITextField only.
source§

impl UIDynamicItem for UITextView

Available on crate features UIResponder and UIScrollView and UIView and UITextView only.
source§

impl UIDynamicItem for UIToolbar

Available on crate features UIResponder and UIView and UIToolbar only.
source§

impl UIDynamicItem for UIView

Available on crate features UIResponder and UIView only.
source§

impl UIDynamicItem for UIVisualEffectView

Available on crate features UIResponder and UIView and UIVisualEffectView only.
source§

impl UIDynamicItem for UIWebView

Available on crate features UIResponder and UIView and UIWebView only.
source§

impl UIDynamicItem for UIWindow

Available on crate features UIResponder and UIView and UIWindow only.