Struct comfy_wgpu::FisherYates
source · pub struct FisherYates { /* private fields */ }Expand description
Implementation of Fisher-Yates algorithm. This is modified version of https://github.com/adambudziak/shuffle/blob/master/src/fy.rs
Implementations§
Trait Implementations§
source§impl Debug for FisherYates
impl Debug for FisherYates
source§impl Default for FisherYates
impl Default for FisherYates
source§fn default() -> FisherYates
fn default() -> FisherYates
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FisherYates
impl Send for FisherYates
impl Sync for FisherYates
impl Unpin for FisherYates
impl UnwindSafe for FisherYates
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