Struct glutin::platform::unix::x11::ffi::XIValuatorClassInfo [−][src]
#[repr(C)]pub struct XIValuatorClassInfo {
pub _type: i32,
pub sourceid: i32,
pub number: i32,
pub label: u64,
pub min: f64,
pub max: f64,
pub value: f64,
pub resolution: i32,
pub mode: i32,
}Fields
_type: i32sourceid: i32number: i32label: u64min: f64max: f64value: f64resolution: i32mode: i32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for XIValuatorClassInfo
impl Send for XIValuatorClassInfo
impl Sync for XIValuatorClassInfo
impl Unpin for XIValuatorClassInfo
impl UnwindSafe for XIValuatorClassInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
