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