Struct x11rb::protocol::dpms::SetTimeoutsRequest [−][src]
pub struct SetTimeoutsRequest {
pub standby_timeout: u16,
pub suspend_timeout: u16,
pub off_timeout: u16,
}
Fields
standby_timeout: u16
suspend_timeout: u16
off_timeout: u16
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<VoidCookie<'_, Conn>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SetTimeoutsRequest
impl Send for SetTimeoutsRequest
impl Sync for SetTimeoutsRequest
impl Unpin for SetTimeoutsRequest
impl UnwindSafe for SetTimeoutsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more