Struct panda_sys::MouseInfo [−][src]
#[repr(C)]pub struct MouseInfo { pub name: *mut c_char, pub index: i64, pub current: bool, pub absolute: bool, }
Fields
name: *mut c_charindex: i64current: boolabsolute: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MouseInfoimpl UnwindSafe for MouseInfoBlanket Implementations
Mutably borrows from an owned value. Read more