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