#[repr(C)]pub struct BWAPI_Forceset {
pub _address: u8,
}Expand description
A container that holds a group of Forces.
@see BWAPI::Force
Fields§
§_address: u8Trait Implementations§
Source§impl Clone for BWAPI_Forceset
impl Clone for BWAPI_Forceset
Source§fn clone(&self) -> BWAPI_Forceset
fn clone(&self) -> BWAPI_Forceset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BWAPI_Forceset
impl Debug for BWAPI_Forceset
Source§impl Hash for BWAPI_Forceset
impl Hash for BWAPI_Forceset
Source§impl PartialEq for BWAPI_Forceset
impl PartialEq for BWAPI_Forceset
impl Copy for BWAPI_Forceset
impl Eq for BWAPI_Forceset
impl StructuralPartialEq for BWAPI_Forceset
Auto Trait Implementations§
impl Freeze for BWAPI_Forceset
impl RefUnwindSafe for BWAPI_Forceset
impl Send for BWAPI_Forceset
impl Sync for BWAPI_Forceset
impl Unpin for BWAPI_Forceset
impl UnwindSafe for BWAPI_Forceset
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more