#[repr(C)]pub struct sfTextEvent {
pub type_: sfEventType,
pub unicode: sfUint32,
}
Fields§
§type_: sfEventType
§unicode: sfUint32
Trait Implementations§
Source§impl Clone for sfTextEvent
impl Clone for sfTextEvent
Source§fn clone(&self) -> sfTextEvent
fn clone(&self) -> sfTextEvent
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 sfTextEvent
impl Debug for sfTextEvent
Source§impl Hash for sfTextEvent
impl Hash for sfTextEvent
Source§impl Ord for sfTextEvent
impl Ord for sfTextEvent
Source§fn cmp(&self, other: &sfTextEvent) -> Ordering
fn cmp(&self, other: &sfTextEvent) -> 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 sfTextEvent
impl PartialEq for sfTextEvent
Source§impl PartialOrd for sfTextEvent
impl PartialOrd for sfTextEvent
impl Copy for sfTextEvent
impl Eq for sfTextEvent
impl StructuralPartialEq for sfTextEvent
Auto Trait Implementations§
impl Freeze for sfTextEvent
impl RefUnwindSafe for sfTextEvent
impl Send for sfTextEvent
impl Sync for sfTextEvent
impl Unpin for sfTextEvent
impl UnwindSafe for sfTextEvent
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