pub struct Controlling {
pub last_shift: Number,
pub ldas: Number,
pub ldasiter: Number,
pub lshift: bool,
pub rdas: Number,
pub rdasiter: Number,
pub rshift: bool,
pub softdrop: bool,
}Fields§
§last_shift: Number§ldas: Number§ldasiter: Number§lshift: bool§rdas: Number§rdasiter: Number§rshift: bool§softdrop: boolTrait Implementations§
Source§impl Clone for Controlling
impl Clone for Controlling
Source§fn clone(&self) -> Controlling
fn clone(&self) -> Controlling
Returns a duplicate 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 Controlling
impl Debug for Controlling
Source§impl<'de> Deserialize<'de> for Controlling
impl<'de> Deserialize<'de> for Controlling
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 Controlling
impl RefUnwindSafe for Controlling
impl Send for Controlling
impl Sync for Controlling
impl Unpin for Controlling
impl UnwindSafe for Controlling
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