pub struct WindowResizeLoopEvent {
pub was_started: bool,
pub window_id: usize,
}
Fields§
§was_started: bool
§window_id: usize
Trait Implementations§
Source§impl Clone for WindowResizeLoopEvent
impl Clone for WindowResizeLoopEvent
Source§fn clone(&self) -> WindowResizeLoopEvent
fn clone(&self) -> WindowResizeLoopEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WindowResizeLoopEvent
impl Debug for WindowResizeLoopEvent
Source§impl PartialEq for WindowResizeLoopEvent
impl PartialEq for WindowResizeLoopEvent
impl StructuralPartialEq for WindowResizeLoopEvent
Auto Trait Implementations§
impl Freeze for WindowResizeLoopEvent
impl RefUnwindSafe for WindowResizeLoopEvent
impl Send for WindowResizeLoopEvent
impl Sync for WindowResizeLoopEvent
impl Unpin for WindowResizeLoopEvent
impl UnwindSafe for WindowResizeLoopEvent
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