#[repr(C)]pub struct js_event {
pub time: __u32,
pub value: __s16,
pub type_: __u8,
pub number: __u8,
}
Fields§
§time: __u32
§value: __s16
§type_: __u8
§number: __u8
Trait Implementations§
impl Copy for js_event
impl Eq for js_event
impl StructuralPartialEq for js_event
Auto Trait Implementations§
impl Freeze for js_event
impl RefUnwindSafe for js_event
impl Send for js_event
impl Sync for js_event
impl Unpin for js_event
impl UnwindSafe for js_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