pub struct GgswCiphertextCount(pub usize);Expand description
The number of ciphertexts in a ggsw ciphertext list.
Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for GgswCiphertextCount
impl Clone for GgswCiphertextCount
Source§fn clone(&self) -> GgswCiphertextCount
fn clone(&self) -> GgswCiphertextCount
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 GgswCiphertextCount
impl Debug for GgswCiphertextCount
Source§impl PartialEq for GgswCiphertextCount
impl PartialEq for GgswCiphertextCount
impl Copy for GgswCiphertextCount
impl Eq for GgswCiphertextCount
impl StructuralPartialEq for GgswCiphertextCount
Auto Trait Implementations§
impl Freeze for GgswCiphertextCount
impl RefUnwindSafe for GgswCiphertextCount
impl Send for GgswCiphertextCount
impl Sync for GgswCiphertextCount
impl Unpin for GgswCiphertextCount
impl UnwindSafe for GgswCiphertextCount
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