#[repr(C)]pub struct dwl_event {
pub surface_descriptor: *const c_void,
pub event_type: u32,
pub params: [i32; 3],
}Fields§
§surface_descriptor: *const c_void§event_type: u32§params: [i32; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for dwl_event
impl RefUnwindSafe for dwl_event
impl !Send for dwl_event
impl !Sync for dwl_event
impl Unpin for dwl_event
impl UnwindSafe for dwl_event
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