[][src]Struct bwapi_wrapper::BWAPI_BulletImpl

#[repr(C)]pub struct BWAPI_BulletImpl {
    pub _base: BWAPI_BulletInterface,
    pub self_: *const BWAPI_BulletData,
    pub index: c_int,
}

Fields

_base: BWAPI_BulletInterfaceself_: *const BWAPI_BulletDataindex: c_int

Implementations

impl BWAPI_BulletImpl[src]

pub unsafe fn new(index: c_int) -> Self[src]

Trait Implementations

impl Debug for BWAPI_BulletImpl[src]

impl Default for BWAPI_BulletImpl[src]

impl Eq for BWAPI_BulletImpl[src]

impl Hash for BWAPI_BulletImpl[src]

impl PartialEq<BWAPI_BulletImpl> for BWAPI_BulletImpl[src]

impl StructuralEq for BWAPI_BulletImpl[src]

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