Struct dds_bridge_sys::moveType
source · #[repr(C)]pub struct moveType {
pub suit: c_int,
pub rank: c_int,
pub sequence: c_int,
pub weight: c_int,
}Fields§
§suit: c_int§rank: c_int§sequence: c_int§weight: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for moveType
impl RefUnwindSafe for moveType
impl Send for moveType
impl Sync for moveType
impl Unpin for moveType
impl UnwindSafe for moveType
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