pub struct WindowElementState { /* private fields */ }Trait Implementations§
Source§impl Default for WindowElementState
impl Default for WindowElementState
Source§fn default() -> WindowElementState
fn default() -> WindowElementState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowElementState
impl !RefUnwindSafe for WindowElementState
impl !Send for WindowElementState
impl !Sync for WindowElementState
impl Unpin for WindowElementState
impl UnsafeUnpin for WindowElementState
impl !UnwindSafe for WindowElementState
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