Trait gpui2::NSRectExt

source ·
pub trait NSRectExt {
    // Required methods
    fn size(&self) -> Size<Pixels>;
    fn intersects(&self, other: Self) -> bool;
}

Required Methods§

source

fn size(&self) -> Size<Pixels>

source

fn intersects(&self, other: Self) -> bool

Implementors§