Struct sc2_proto::ui::ActionUI[][src]

pub struct ActionUI {
    pub action: Option<ActionUI_oneof_action>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

action: Option<ActionUI_oneof_action>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ActionUI[src]

pub fn new() -> ActionUI[src]

pub fn get_control_group(&self) -> &ActionControlGroup[src]

pub fn clear_control_group(&mut self)[src]

pub fn has_control_group(&self) -> bool[src]

pub fn set_control_group(&mut self, v: ActionControlGroup)[src]

pub fn mut_control_group(&mut self) -> &mut ActionControlGroup[src]

pub fn take_control_group(&mut self) -> ActionControlGroup[src]

pub fn get_select_army(&self) -> &ActionSelectArmy[src]

pub fn clear_select_army(&mut self)[src]

pub fn has_select_army(&self) -> bool[src]

pub fn set_select_army(&mut self, v: ActionSelectArmy)[src]

pub fn mut_select_army(&mut self) -> &mut ActionSelectArmy[src]

pub fn take_select_army(&mut self) -> ActionSelectArmy[src]

pub fn get_select_warp_gates(&self) -> &ActionSelectWarpGates[src]

pub fn clear_select_warp_gates(&mut self)[src]

pub fn has_select_warp_gates(&self) -> bool[src]

pub fn set_select_warp_gates(&mut self, v: ActionSelectWarpGates)[src]

pub fn mut_select_warp_gates(&mut self) -> &mut ActionSelectWarpGates[src]

pub fn take_select_warp_gates(&mut self) -> ActionSelectWarpGates[src]

pub fn get_select_larva(&self) -> &ActionSelectLarva[src]

pub fn clear_select_larva(&mut self)[src]

pub fn has_select_larva(&self) -> bool[src]

pub fn set_select_larva(&mut self, v: ActionSelectLarva)[src]

pub fn mut_select_larva(&mut self) -> &mut ActionSelectLarva[src]

pub fn take_select_larva(&mut self) -> ActionSelectLarva[src]

pub fn get_select_idle_worker(&self) -> &ActionSelectIdleWorker[src]

pub fn clear_select_idle_worker(&mut self)[src]

pub fn has_select_idle_worker(&self) -> bool[src]

pub fn set_select_idle_worker(&mut self, v: ActionSelectIdleWorker)[src]

pub fn mut_select_idle_worker(&mut self) -> &mut ActionSelectIdleWorker[src]

pub fn take_select_idle_worker(&mut self) -> ActionSelectIdleWorker[src]

pub fn get_multi_panel(&self) -> &ActionMultiPanel[src]

pub fn clear_multi_panel(&mut self)[src]

pub fn has_multi_panel(&self) -> bool[src]

pub fn set_multi_panel(&mut self, v: ActionMultiPanel)[src]

pub fn mut_multi_panel(&mut self) -> &mut ActionMultiPanel[src]

pub fn take_multi_panel(&mut self) -> ActionMultiPanel[src]

pub fn get_cargo_panel(&self) -> &ActionCargoPanelUnload[src]

pub fn clear_cargo_panel(&mut self)[src]

pub fn has_cargo_panel(&self) -> bool[src]

pub fn set_cargo_panel(&mut self, v: ActionCargoPanelUnload)[src]

pub fn mut_cargo_panel(&mut self) -> &mut ActionCargoPanelUnload[src]

pub fn take_cargo_panel(&mut self) -> ActionCargoPanelUnload[src]

pub fn get_production_panel(&self) -> &ActionProductionPanelRemoveFromQueue[src]

pub fn clear_production_panel(&mut self)[src]

pub fn has_production_panel(&self) -> bool[src]

pub fn set_production_panel(&mut self, v: ActionProductionPanelRemoveFromQueue)[src]

pub fn mut_production_panel(
    &mut self
) -> &mut ActionProductionPanelRemoveFromQueue
[src]

pub fn take_production_panel(&mut self) -> ActionProductionPanelRemoveFromQueue[src]

pub fn get_toggle_autocast(&self) -> &ActionToggleAutocast[src]

pub fn clear_toggle_autocast(&mut self)[src]

pub fn has_toggle_autocast(&self) -> bool[src]

pub fn set_toggle_autocast(&mut self, v: ActionToggleAutocast)[src]

pub fn mut_toggle_autocast(&mut self) -> &mut ActionToggleAutocast[src]

pub fn take_toggle_autocast(&mut self) -> ActionToggleAutocast[src]

Trait Implementations

impl Clear for ActionUI[src]

impl Clone for ActionUI[src]

impl Debug for ActionUI[src]

impl Default for ActionUI[src]

impl<'a> Default for &'a ActionUI[src]

impl Message for ActionUI[src]

impl PartialEq<ActionUI> for ActionUI[src]

impl ProtobufValue for ActionUI[src]

impl StructuralPartialEq for ActionUI[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.