Struct gpui2::GroupBounds
source · pub struct GroupBounds(_);
Implementations§
source§impl GroupBounds
impl GroupBounds
pub fn get(name: &SharedString, cx: &mut AppContext) -> Option<Bounds<Pixels>>
pub fn push(name: SharedString, bounds: Bounds<Pixels>, cx: &mut AppContext)
pub fn pop(name: &SharedString, cx: &mut AppContext)
Trait Implementations§
source§impl Default for GroupBounds
impl Default for GroupBounds
source§fn default() -> GroupBounds
fn default() -> GroupBounds
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GroupBounds
impl Send for GroupBounds
impl Sync for GroupBounds
impl Unpin for GroupBounds
impl UnwindSafe for GroupBounds
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