Struct ExPopupCenteredClamped
pub struct ExPopupCenteredClamped<'a> { /* private fields */ }
Expand description
Default-param extender for Window::popup_centered_clamped_ex
.
Implementations§
§impl<'a> ExPopupCenteredClamped<'a>
impl<'a> ExPopupCenteredClamped<'a>
pub fn minsize(self, value: Vector2i) -> ExPopupCenteredClamped<'a>
pub fn fallback_ratio(self, value: f32) -> ExPopupCenteredClamped<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExPopupCenteredClamped<'a>
impl<'a> RefUnwindSafe for ExPopupCenteredClamped<'a>
impl<'a> !Send for ExPopupCenteredClamped<'a>
impl<'a> !Sync for ExPopupCenteredClamped<'a>
impl<'a> Unpin for ExPopupCenteredClamped<'a>
impl<'a> !UnwindSafe for ExPopupCenteredClamped<'a>
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