#[repr(C)]pub struct SDL_TextEditingExtEvent {
pub type_: Uint32,
pub timestamp: Uint32,
pub windowID: Uint32,
pub text: *mut c_char,
pub start: Sint32,
pub length: Sint32,
}Fields§
§type_: Uint32§timestamp: Uint32§windowID: Uint32§text: *mut c_char§start: Sint32§length: Sint32Trait Implementations§
Source§impl Clone for SDL_TextEditingExtEvent
impl Clone for SDL_TextEditingExtEvent
Source§fn clone(&self) -> SDL_TextEditingExtEvent
fn clone(&self) -> SDL_TextEditingExtEvent
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 SDL_TextEditingExtEvent
impl Debug for SDL_TextEditingExtEvent
impl Copy for SDL_TextEditingExtEvent
Auto Trait Implementations§
impl Freeze for SDL_TextEditingExtEvent
impl RefUnwindSafe for SDL_TextEditingExtEvent
impl !Send for SDL_TextEditingExtEvent
impl !Sync for SDL_TextEditingExtEvent
impl Unpin for SDL_TextEditingExtEvent
impl UnwindSafe for SDL_TextEditingExtEvent
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