pub struct ForcePlate {
pub id: i32,
pub channels: Vec<Vec<f32>>,
}Expand description
Fields§
§id: i32ID of plate
channels: Vec<Vec<f32>>Channels from plate
Trait Implementations§
Source§impl Clone for ForcePlate
impl Clone for ForcePlate
Source§fn clone(&self) -> ForcePlate
fn clone(&self) -> ForcePlate
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 moreSource§impl Debug for ForcePlate
impl Debug for ForcePlate
Source§impl PartialEq for ForcePlate
impl PartialEq for ForcePlate
impl StructuralPartialEq for ForcePlate
Auto Trait Implementations§
impl Freeze for ForcePlate
impl RefUnwindSafe for ForcePlate
impl Send for ForcePlate
impl Sync for ForcePlate
impl Unpin for ForcePlate
impl UnwindSafe for ForcePlate
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)