Struct x11rb::protocol::xkb::SelectEventsRequest [−][src]
Fields
device_spec: DeviceSpecclear: u16select_all: u16affect_map: u16map: u16details: Cow<'input, SelectEventsAux>Implementations
impl<'input> SelectEventsRequest<'input>[src]
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<VoidCookie<'_, Conn>, ConnectionError> where
Conn: RequestConnection, [src]
self,
conn: &Conn
) -> Result<VoidCookie<'_, Conn>, ConnectionError> where
Conn: RequestConnection,
pub fn try_parse_request(
header: RequestHeader,
value: &'input [u8]
) -> Result<Self, ParseError>[src]
header: RequestHeader,
value: &'input [u8]
) -> Result<Self, ParseError>
Parse this request given its header, its body, and any fds that go along with it
pub fn into_owned(self) -> SelectEventsRequest<'static>[src]
Clone all borrowed data in this SelectEventsRequest.
Trait Implementations
impl<'input> Clone for SelectEventsRequest<'input>[src]
fn clone(&self) -> SelectEventsRequest<'input>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'input> Debug for SelectEventsRequest<'input>[src]
impl<'input> Eq for SelectEventsRequest<'input>[src]
impl<'input> PartialEq<SelectEventsRequest<'input>> for SelectEventsRequest<'input>[src]
fn eq(&self, other: &SelectEventsRequest<'input>) -> bool[src]
fn ne(&self, other: &SelectEventsRequest<'input>) -> bool[src]
impl<'input> Request for SelectEventsRequest<'input>[src]
type Reply = ()
The kind of reply that this request generates.
fn parse_reply<'a>(
bytes: &'a [u8],
fds: &mut Vec<RawFdContainer>
) -> Result<(Reply, &'a [u8]), ParseError>[src]
bytes: &'a [u8],
fds: &mut Vec<RawFdContainer>
) -> Result<(Reply, &'a [u8]), ParseError>
impl<'input> StructuralEq for SelectEventsRequest<'input>[src]
impl<'input> StructuralPartialEq for SelectEventsRequest<'input>[src]
Auto Trait Implementations
impl<'input> RefUnwindSafe for SelectEventsRequest<'input>
impl<'input> Send for SelectEventsRequest<'input>
impl<'input> Sync for SelectEventsRequest<'input>
impl<'input> Unpin for SelectEventsRequest<'input>
impl<'input> UnwindSafe for SelectEventsRequest<'input>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,