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