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