Struct dioxus_use_window::WindowHeight
source · [−]pub struct WindowHeight { /* private fields */ }Expand description
Window height effect handler
Implementations
sourceimpl WindowHeight
impl WindowHeight
Trait Implementations
sourceimpl Debug for WindowHeight
impl Debug for WindowHeight
Auto Trait Implementations
impl !RefUnwindSafe for WindowHeight
impl !Send for WindowHeight
impl !Sync for WindowHeight
impl Unpin for WindowHeight
impl !UnwindSafe for WindowHeight
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more