pub struct Ranks {
pub ranks: &'static [u64],
pub max: u64,
}Fields§
§ranks: &'static [u64]§max: u64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Ranks
impl Send for Ranks
impl Sync for Ranks
impl Unpin for Ranks
impl UnwindSafe for Ranks
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