pub struct PLYLayoutEvent { /* private fields */ }Expand description
Event that is generated by UIView.layoutSubviews() and that contains the
frame of a view in screen coordinates (if mounted, otherwise in local
coordinates).
Implementations§
Trait Implementations§
Source§impl Drop for PLYLayoutEvent
impl Drop for PLYLayoutEvent
Source§impl Raw for PLYLayoutEvent
impl Raw for PLYLayoutEvent
Auto Trait Implementations§
impl Freeze for PLYLayoutEvent
impl RefUnwindSafe for PLYLayoutEvent
impl !Send for PLYLayoutEvent
impl !Sync for PLYLayoutEvent
impl Unpin for PLYLayoutEvent
impl UnsafeUnpin for PLYLayoutEvent
impl UnwindSafe for PLYLayoutEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more