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