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