Struct gpui2::MacDisplay
source · pub struct MacDisplay(_);
Implementations§
source§impl MacDisplay
impl MacDisplay
sourcepub fn find_by_id(id: DisplayId) -> Option<Self>
pub fn find_by_id(id: DisplayId) -> Option<Self>
Get the screen with the given DisplayId.
sourcepub fn find_by_uuid(uuid: Uuid) -> Option<Self>
pub fn find_by_uuid(uuid: Uuid) -> Option<Self>
Get the screen with the given persistent Uuid.
Trait Implementations§
source§impl Debug for MacDisplay
impl Debug for MacDisplay
source§impl PlatformDisplay for MacDisplay
impl PlatformDisplay for MacDisplay
impl Send for MacDisplay
Auto Trait Implementations§
impl RefUnwindSafe for MacDisplay
impl Sync for MacDisplay
impl Unpin for MacDisplay
impl UnwindSafe for MacDisplay
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