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