Enum glutin::platform::unix::x11::util::GetPropertyError [−][src]
pub enum GetPropertyError {
XError(XError),
TypeMismatch(u64),
FormatMismatch(i32),
NothingAllocated,
}
Variants
XError(XError)
Tuple Fields
0: XError
TypeMismatch(u64)
Tuple Fields
0: u64
FormatMismatch(i32)
Tuple Fields
0: i32
NothingAllocated
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GetPropertyError
impl Send for GetPropertyError
impl Sync for GetPropertyError
impl Unpin for GetPropertyError
impl UnwindSafe for GetPropertyError
Blanket Implementations
Mutably borrows from an owned value. Read more