pub struct SetVariablePlusCommand { /* private fields */ }Implementations§
Source§impl SetVariablePlusCommand
impl SetVariablePlusCommand
pub fn parse_base(bytes: &[u8]) -> (usize, Self)
pub fn parse_other(bytes: &[u8]) -> (usize, Self)
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
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