#[repr(C)]pub struct sfSizeEvent {
pub type_: sfEventType,
pub width: c_uint,
pub height: c_uint,
}
Fields§
§type_: sfEventType
§width: c_uint
§height: c_uint
Trait Implementations§
Source§impl Clone for sfSizeEvent
impl Clone for sfSizeEvent
Source§fn clone(&self) -> sfSizeEvent
fn clone(&self) -> sfSizeEvent
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 sfSizeEvent
impl Debug for sfSizeEvent
Source§impl Hash for sfSizeEvent
impl Hash for sfSizeEvent
Source§impl Ord for sfSizeEvent
impl Ord for sfSizeEvent
Source§fn cmp(&self, other: &sfSizeEvent) -> Ordering
fn cmp(&self, other: &sfSizeEvent) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for sfSizeEvent
impl PartialEq for sfSizeEvent
Source§impl PartialOrd for sfSizeEvent
impl PartialOrd for sfSizeEvent
impl Copy for sfSizeEvent
impl Eq for sfSizeEvent
impl StructuralPartialEq for sfSizeEvent
Auto Trait Implementations§
impl Freeze for sfSizeEvent
impl RefUnwindSafe for sfSizeEvent
impl Send for sfSizeEvent
impl Sync for sfSizeEvent
impl Unpin for sfSizeEvent
impl UnwindSafe for sfSizeEvent
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