pub struct SetVariableCommand { /* private fields */ }Implementations§
Source§impl SetVariableCommand
impl SetVariableCommand
pub fn variable(&self) -> u32
pub fn variable_mut(&mut self) -> &mut u32
pub fn left_side(&self) -> u32
pub fn left_side_mut(&mut self) -> &mut u32
pub fn right_side(&self) -> u32
pub fn right_side_mut(&mut self) -> &mut u32
pub fn options(&self) -> &Options
pub fn options_mut(&mut self) -> &mut Options
pub fn operators(&self) -> &Operators
pub fn operators_mut(&mut self) -> &mut Operators
pub fn state(&self) -> &State
pub fn state_mut(&mut self) -> &mut State
Trait Implementations§
Source§impl Clone for SetVariableCommand
impl Clone for SetVariableCommand
Source§fn clone(&self) -> SetVariableCommand
fn clone(&self) -> SetVariableCommand
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 PartialEq for SetVariableCommand
impl PartialEq for SetVariableCommand
impl StructuralPartialEq for SetVariableCommand
Auto Trait Implementations§
impl Freeze for SetVariableCommand
impl RefUnwindSafe for SetVariableCommand
impl Send for SetVariableCommand
impl Sync for SetVariableCommand
impl Unpin for SetVariableCommand
impl UnwindSafe for SetVariableCommand
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