Struct motion_lib::mlist::ExtraDiff
source · pub struct ExtraDiff {
pub xlu_start: <u8 as Diff>::Repr,
pub xlu_end: <u8 as Diff>::Repr,
pub cancel_frame: <u8 as Diff>::Repr,
pub no_stop_intp: <bool as Diff>::Repr,
}Fields
xlu_start: <u8 as Diff>::Reprxlu_end: <u8 as Diff>::Reprcancel_frame: <u8 as Diff>::Reprno_stop_intp: <bool as Diff>::ReprTrait Implementations
sourceimpl<'de> Deserialize<'de> for ExtraDiff
impl<'de> Deserialize<'de> for ExtraDiff
sourcefn 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
impl StructuralPartialEq for ExtraDiff
Auto Trait Implementations
impl RefUnwindSafe for ExtraDiff
impl Send for ExtraDiff
impl Sync for ExtraDiff
impl Unpin for ExtraDiff
impl UnwindSafe for ExtraDiff
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more