pub struct UseWindowLayout<T> { /* private fields */ }Expand description
Window layout effect handler
Implementations§
Trait Implementations§
Source§impl<T: Debug> Debug for UseWindowLayout<T>
impl<T: Debug> Debug for UseWindowLayout<T>
Source§impl<T> Display for UseWindowLayout<T>
impl<T> Display for UseWindowLayout<T>
Auto Trait Implementations§
impl<T> Freeze for UseWindowLayout<T>
impl<T> !RefUnwindSafe for UseWindowLayout<T>
impl<T> !Send for UseWindowLayout<T>
impl<T> !Sync for UseWindowLayout<T>
impl<T> Unpin for UseWindowLayout<T>where
T: Unpin,
impl<T> !UnwindSafe for UseWindowLayout<T>
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