Struct s2protocol::init_data::GameTypeArray
source · pub struct GameTypeArray {}Trait Implementations§
source§impl<'a> IntoIterator for &'a GameTypeArray
impl<'a> IntoIterator for &'a GameTypeArray
Auto Trait Implementations§
impl RefUnwindSafe for GameTypeArray
impl Send for GameTypeArray
impl Sync for GameTypeArray
impl Unpin for GameTypeArray
impl UnwindSafe for GameTypeArray
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