Struct dioxus_use_window::WindowWidth
source · [−]pub struct WindowWidth { /* private fields */ }Expand description
Window width effect handler
Implementations
sourceimpl WindowWidth
impl WindowWidth
Trait Implementations
sourceimpl Debug for WindowWidth
impl Debug for WindowWidth
Auto Trait Implementations
impl !RefUnwindSafe for WindowWidth
impl !Send for WindowWidth
impl !Sync for WindowWidth
impl Unpin for WindowWidth
impl !UnwindSafe for WindowWidth
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