pub struct FSPoint {
pub pos: i32,
pub at: i32,
}Expand description
A .funscript action point x = pos y = at
Fields§
§pos: i32§at: i32Trait Implementations§
Source§impl<'de> Deserialize<'de> for FSPoint
impl<'de> Deserialize<'de> for FSPoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FSPoint
impl RefUnwindSafe for FSPoint
impl Send for FSPoint
impl Sync for FSPoint
impl Unpin for FSPoint
impl UnwindSafe for FSPoint
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