#[repr(C)]pub struct FlywheelResizeEvent {
pub width: u16,
pub height: u16,
}Expand description
Resize event data.
Fields§
§width: u16New width.
height: u16New height.
Trait Implementations§
Source§impl Clone for FlywheelResizeEvent
impl Clone for FlywheelResizeEvent
Source§fn clone(&self) -> FlywheelResizeEvent
fn clone(&self) -> FlywheelResizeEvent
Returns a duplicate 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 FlywheelResizeEvent
impl Debug for FlywheelResizeEvent
impl Copy for FlywheelResizeEvent
Auto Trait Implementations§
impl Freeze for FlywheelResizeEvent
impl RefUnwindSafe for FlywheelResizeEvent
impl Send for FlywheelResizeEvent
impl Sync for FlywheelResizeEvent
impl Unpin for FlywheelResizeEvent
impl UnwindSafe for FlywheelResizeEvent
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