pub struct Rho {
pub tail: u64,
pub cycle: u64,
}
Expand description
Fields§
§tail: u64
先頭の非循環部の長さ
cycle: u64
循環部の長さ
Trait Implementations§
impl Copy for Rho
impl Eq for Rho
impl StructuralPartialEq for Rho
Auto Trait Implementations§
impl Freeze for Rho
impl RefUnwindSafe for Rho
impl Send for Rho
impl Sync for Rho
impl Unpin for Rho
impl UnwindSafe for Rho
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