pub struct BinaryPoly16(/* private fields */);Implementations§
Trait Implementations§
Source§impl BinaryPolynomial for BinaryPoly16
impl BinaryPolynomial for BinaryPoly16
Source§impl Clone for BinaryPoly16
impl Clone for BinaryPoly16
Source§fn clone(&self) -> BinaryPoly16
fn clone(&self) -> BinaryPoly16
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BinaryPoly16
impl Debug for BinaryPoly16
Source§impl Default for BinaryPoly16
impl Default for BinaryPoly16
Source§fn default() -> BinaryPoly16
fn default() -> BinaryPoly16
Returns the “default value” for a type. Read more
Source§impl From<u16> for BinaryPoly16
impl From<u16> for BinaryPoly16
Source§impl PartialEq for BinaryPoly16
impl PartialEq for BinaryPoly16
impl Copy for BinaryPoly16
impl Eq for BinaryPoly16
impl Pod for BinaryPoly16
impl StructuralPartialEq for BinaryPoly16
Auto Trait Implementations§
impl Freeze for BinaryPoly16
impl RefUnwindSafe for BinaryPoly16
impl Send for BinaryPoly16
impl Sync for BinaryPoly16
impl Unpin for BinaryPoly16
impl UnsafeUnpin for BinaryPoly16
impl UnwindSafe for BinaryPoly16
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
Source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
Source§type Bits = T
type Bits = T
Self must have the same layout as the specified Bits except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern.Source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self.