Struct glutin::platform::unix::x11::ffi::XIAddMasterInfo [−][src]
#[repr(C)]pub struct XIAddMasterInfo {
pub _type: i32,
pub name: *mut i8,
pub send_core: i32,
pub enable: i32,
}Fields
_type: i32name: *mut i8send_core: i32enable: i32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for XIAddMasterInfo
impl !Send for XIAddMasterInfo
impl !Sync for XIAddMasterInfo
impl Unpin for XIAddMasterInfo
impl UnwindSafe for XIAddMasterInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
