Struct SelectEventsRequest
pub struct SelectEventsRequest<'input> {
pub device_spec: u16,
pub clear: EventType,
pub select_all: EventType,
pub affect_map: MapPart,
pub map: MapPart,
pub details: Cow<'input, SelectEventsAux>,
}
Fields§
§device_spec: u16
§clear: EventType
§select_all: EventType
§affect_map: MapPart
§map: MapPart
§details: Cow<'input, SelectEventsAux>
Implementations§
§impl<'input> SelectEventsRequest<'input>
impl<'input> SelectEventsRequest<'input>
pub fn serialize(
self,
major_opcode: u8,
) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
pub fn serialize( self, major_opcode: u8, ) -> ([Cow<'input, [u8]>; 3], Vec<OwnedFd>)
Serialize this request into bytes for the provided connection
pub fn into_owned(self) -> SelectEventsRequest<'static>
pub fn into_owned(self) -> SelectEventsRequest<'static>
Clone all borrowed data in this SelectEventsRequest.
Trait Implementations§
§impl<'input> Clone for SelectEventsRequest<'input>
impl<'input> Clone for SelectEventsRequest<'input>
§fn clone(&self) -> SelectEventsRequest<'input>
fn clone(&self) -> SelectEventsRequest<'input>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SelectEventsRequest<'_>
impl Debug for SelectEventsRequest<'_>
§impl<'input> Default for SelectEventsRequest<'input>
impl<'input> Default for SelectEventsRequest<'input>
§fn default() -> SelectEventsRequest<'input>
fn default() -> SelectEventsRequest<'input>
Returns the “default value” for a type. Read more
§impl<'input> Request for SelectEventsRequest<'input>
impl<'input> Request for SelectEventsRequest<'input>
impl<'input> VoidRequest for SelectEventsRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for SelectEventsRequest<'input>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)