pub struct Xext {
pub DPMSQueryExtension: unsafe extern "C" fn(_: *mut Display, _: *mut c_int, _: *mut c_int) -> Bool,
pub DPMSGetVersion: unsafe extern "C" fn(_: *mut Display, _: *mut c_int, _: *mut c_int) -> Status,
pub DPMSCapable: unsafe extern "C" fn(_: *mut Display) -> Bool,
pub DPMSSetTimeouts: unsafe extern "C" fn(_: *mut Display, _: CARD16, _: CARD16, _: CARD16) -> Status,
pub DPMSGetTimeouts: unsafe extern "C" fn(_: *mut Display, _: *mut CARD16, _: *mut CARD16, _: *mut CARD16) -> Bool,
pub DPMSEnable: unsafe extern "C" fn(_: *mut Display) -> Status,
pub DPMSDisable: unsafe extern "C" fn(_: *mut Display) -> Status,
pub DPMSForceLevel: unsafe extern "C" fn(_: *mut Display, _: CARD16) -> Status,
pub DPMSInfo: unsafe extern "C" fn(_: *mut Display, _: *mut CARD16, _: *mut BOOL) -> Status,
// some fields omitted
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.