#[repr(C)]pub struct GB_cheat_hash_t {
pub size: usize,
pub cheats: __IncompleteArrayField<*mut GB_cheat_t>,
}Fields§
§size: usize§cheats: __IncompleteArrayField<*mut GB_cheat_t>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GB_cheat_hash_t
impl RefUnwindSafe for GB_cheat_hash_t
impl !Send for GB_cheat_hash_t
impl !Sync for GB_cheat_hash_t
impl Unpin for GB_cheat_hash_t
impl UnwindSafe for GB_cheat_hash_t
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