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,
/* private fields */
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
From<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.