Struct GetMotionEventsRequest
pub struct GetMotionEventsRequest {
pub window: u32,
pub start: u32,
pub stop: u32,
}
Fields§
§window: u32
§start: u32
§stop: u32
Implementations§
Trait Implementations§
§impl Clone for GetMotionEventsRequest
impl Clone for GetMotionEventsRequest
§fn clone(&self) -> GetMotionEventsRequest
fn clone(&self) -> GetMotionEventsRequest
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 GetMotionEventsRequest
impl Debug for GetMotionEventsRequest
§impl Default for GetMotionEventsRequest
impl Default for GetMotionEventsRequest
§fn default() -> GetMotionEventsRequest
fn default() -> GetMotionEventsRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetMotionEventsRequest
impl ReplyRequest for GetMotionEventsRequest
§type Reply = GetMotionEventsReply
type Reply = GetMotionEventsReply
The kind of reply that this request generates.
§impl Request for GetMotionEventsRequest
impl Request for GetMotionEventsRequest
impl Copy for GetMotionEventsRequest
Auto Trait Implementations§
impl Freeze for GetMotionEventsRequest
impl RefUnwindSafe for GetMotionEventsRequest
impl Send for GetMotionEventsRequest
impl Sync for GetMotionEventsRequest
impl Unpin for GetMotionEventsRequest
impl UnwindSafe for GetMotionEventsRequest
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
)