Struct x11rb::protocol::xf86vidmode::GetGammaRampSizeRequest [−][src]
pub struct GetGammaRampSizeRequest {
pub screen: u16,
}
Fields
screen: u16
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, GetGammaRampSizeReply>, 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 !=
.
type Reply = GetGammaRampSizeReply
type Reply = GetGammaRampSizeReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for GetGammaRampSizeRequest
impl Send for GetGammaRampSizeRequest
impl Sync for GetGammaRampSizeRequest
impl Unpin for GetGammaRampSizeRequest
impl UnwindSafe for GetGammaRampSizeRequest
Blanket Implementations
Mutably borrows from an owned value. Read more