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