#[repr(C)]pub struct Preload {
pub x0: c_int,
pub x4: c_int,
pub xc: u8_,
pub stage: c_int,
pub fighters: [PreloadChar; 8],
pub defragNum: c_int,
}Fields§
§x0: c_int§x4: c_int§xc: u8_§stage: c_int§fighters: [PreloadChar; 8]§defragNum: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for Preload
impl RefUnwindSafe for Preload
impl Send for Preload
impl Sync for Preload
impl Unpin for Preload
impl UnwindSafe for Preload
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