Struct hpl_nectar_missions::utils::Randomizer
source · pub struct Randomizer {
pub randoms: [[u8; 101]; 100],
}Fields§
§randoms: [[u8; 101]; 100]Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Randomizer
impl Send for Randomizer
impl Sync for Randomizer
impl Unpin for Randomizer
impl UnwindSafe for Randomizer
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