pub struct ShiftInfo {
pub shift_type: Shift,
pub value: i8,
}
Expand description
This structure holds shift info (type + value)
Fields§
§shift_type: Shift
§value: i8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ShiftInfo
impl Send for ShiftInfo
impl Sync for ShiftInfo
impl Unpin for ShiftInfo
impl UnwindSafe for ShiftInfo
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