Struct DeviceTimeCoord
pub struct DeviceTimeCoord {
pub time: u32,
pub axisvalues: Vec<i32>,
}
Fields§
§time: u32
§axisvalues: Vec<i32>
Implementations§
§impl DeviceTimeCoord
impl DeviceTimeCoord
pub fn try_parse( remaining: &[u8], num_axes: u8, ) -> Result<(DeviceTimeCoord, &[u8]), ParseError>
Trait Implementations§
§impl Clone for DeviceTimeCoord
impl Clone for DeviceTimeCoord
§fn clone(&self) -> DeviceTimeCoord
fn clone(&self) -> DeviceTimeCoord
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 DeviceTimeCoord
impl Debug for DeviceTimeCoord
§impl Default for DeviceTimeCoord
impl Default for DeviceTimeCoord
§fn default() -> DeviceTimeCoord
fn default() -> DeviceTimeCoord
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeviceTimeCoord
impl RefUnwindSafe for DeviceTimeCoord
impl Send for DeviceTimeCoord
impl Sync for DeviceTimeCoord
impl Unpin for DeviceTimeCoord
impl UnwindSafe for DeviceTimeCoord
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
)