Struct sc2_proto::query::RequestQueryBuildingPlacement[][src]

pub struct RequestQueryBuildingPlacement {
    pub target_pos: SingularPtrField<Point2D>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

target_pos: SingularPtrField<Point2D>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RequestQueryBuildingPlacement[src]

pub fn new() -> RequestQueryBuildingPlacement[src]

pub fn get_ability_id(&self) -> i32[src]

pub fn clear_ability_id(&mut self)[src]

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

pub fn set_ability_id(&mut self, v: i32)[src]

pub fn get_target_pos(&self) -> &Point2D[src]

pub fn clear_target_pos(&mut self)[src]

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

pub fn set_target_pos(&mut self, v: Point2D)[src]

pub fn mut_target_pos(&mut self) -> &mut Point2D[src]

pub fn take_target_pos(&mut self) -> Point2D[src]

pub fn get_placing_unit_tag(&self) -> u64[src]

pub fn clear_placing_unit_tag(&mut self)[src]

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

pub fn set_placing_unit_tag(&mut self, v: u64)[src]

Trait Implementations

impl Clear for RequestQueryBuildingPlacement[src]

impl Clone for RequestQueryBuildingPlacement[src]

impl Debug for RequestQueryBuildingPlacement[src]

impl Default for RequestQueryBuildingPlacement[src]

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

impl Message for RequestQueryBuildingPlacement[src]

impl PartialEq<RequestQueryBuildingPlacement> for RequestQueryBuildingPlacement[src]

impl ProtobufValue for RequestQueryBuildingPlacement[src]

impl StructuralPartialEq for RequestQueryBuildingPlacement[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.