pub struct MilnorK0Class(/* private fields */);Expand description
A class in K^M_0(F)/2 = Z/2.
Implementations§
Source§impl MilnorK0Class
impl MilnorK0Class
Sourcepub fn from_parity(value: u128) -> Self
pub fn from_parity(value: u128) -> Self
Construct the parity class of an integer.
Sourcepub fn from_dimension(dim: usize) -> Self
pub fn from_dimension(dim: usize) -> Self
Construct the degree-zero class of a vector-space dimension.
Trait Implementations§
Source§impl Clone for MilnorK0Class
impl Clone for MilnorK0Class
Source§fn clone(&self) -> MilnorK0Class
fn clone(&self) -> MilnorK0Class
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MilnorK0Class
Source§impl Debug for MilnorK0Class
impl Debug for MilnorK0Class
Source§impl Display for MilnorK0Class
impl Display for MilnorK0Class
impl Eq for MilnorK0Class
Source§impl PartialEq for MilnorK0Class
impl PartialEq for MilnorK0Class
impl StructuralPartialEq for MilnorK0Class
Auto Trait Implementations§
impl Freeze for MilnorK0Class
impl RefUnwindSafe for MilnorK0Class
impl Send for MilnorK0Class
impl Sync for MilnorK0Class
impl Unpin for MilnorK0Class
impl UnsafeUnpin for MilnorK0Class
impl UnwindSafe for MilnorK0Class
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