[][src]Struct bwapi_wrapper::BWAPI_ForceInterface

#[repr(C)]pub struct BWAPI_ForceInterface {
    pub _base: BWAPI_Interface,
}
The Force class is used to get information about each force in a match. Normally this is considered a team.

@note It is not called a team because players on the same force do not necessarily need to be allied at the beginning of a match.

@ingroup Interface

Fields

_base: BWAPI_Interface

Trait Implementations

impl Debug for BWAPI_ForceInterface[src]

impl Default for BWAPI_ForceInterface[src]

impl Eq for BWAPI_ForceInterface[src]

impl Hash for BWAPI_ForceInterface[src]

impl PartialEq<BWAPI_ForceInterface> for BWAPI_ForceInterface[src]

impl StructuralEq for BWAPI_ForceInterface[src]

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