pub struct PentanomialBasis {
pub k1: Vec<u8>,
pub k2: Vec<u8>,
pub k3: Vec<u8>,
}Fields§
§k1: Vec<u8>§k2: Vec<u8>§k3: Vec<u8>Trait Implementations§
Source§impl Clone for PentanomialBasis
impl Clone for PentanomialBasis
Source§fn clone(&self) -> PentanomialBasis
fn clone(&self) -> PentanomialBasis
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 moreSource§impl Debug for PentanomialBasis
impl Debug for PentanomialBasis
Source§impl<'de> Deserialize<'de> for PentanomialBasis
impl<'de> Deserialize<'de> for PentanomialBasis
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PentanomialBasis
impl RefUnwindSafe for PentanomialBasis
impl Send for PentanomialBasis
impl Sync for PentanomialBasis
impl Unpin for PentanomialBasis
impl UnsafeUnpin for PentanomialBasis
impl UnwindSafe for PentanomialBasis
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