Struct sc2_proto::query::RequestQueryPathing[][src]

pub struct RequestQueryPathing {
    pub end_pos: SingularPtrField<Point2D>,
    pub start: Option<RequestQueryPathing_oneof_start>,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

end_pos: SingularPtrField<Point2D>start: Option<RequestQueryPathing_oneof_start>unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl RequestQueryPathing[src]

pub fn new() -> RequestQueryPathing[src]

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

pub fn clear_start_pos(&mut self)[src]

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

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

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

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

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

pub fn clear_unit_tag(&mut self)[src]

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

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

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

pub fn clear_end_pos(&mut self)[src]

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

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

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

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

Trait Implementations

impl Clear for RequestQueryPathing[src]

impl Clone for RequestQueryPathing[src]

impl Debug for RequestQueryPathing[src]

impl Default for RequestQueryPathing[src]

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

impl Message for RequestQueryPathing[src]

impl PartialEq<RequestQueryPathing> for RequestQueryPathing[src]

impl ProtobufValue for RequestQueryPathing[src]

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