#[repr(C)]
pub struct mouse_cond_t {
pub buttons: u16,
pub dummy1: u16,
pub dx: i16,
pub dy: i16,
pub dz: i16,
pub dummy2: u16,
pub dummy3: u32,
pub dummy4: u32,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.