pub struct BlockSize1024;Trait Implementations§
Source§impl BlockSize for BlockSize1024
impl BlockSize for BlockSize1024
Source§impl Clone for BlockSize1024
impl Clone for BlockSize1024
Source§fn clone(&self) -> BlockSize1024
fn clone(&self) -> BlockSize1024
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ConstantBlockSize for BlockSize1024
impl ConstantBlockSize for BlockSize1024
Source§impl Debug for BlockSize1024
impl Debug for BlockSize1024
Source§impl HasNextBlockSize for BlockSize1024
impl HasNextBlockSize for BlockSize1024
Source§impl HasPrevBlockSize for BlockSize1024
impl HasPrevBlockSize for BlockSize1024
type PrevBlockSize = BlockSize512
Source§impl Hash for BlockSize1024
impl Hash for BlockSize1024
Source§impl Ord for BlockSize1024
impl Ord for BlockSize1024
Source§impl PartialEq for BlockSize1024
impl PartialEq for BlockSize1024
Source§impl PartialOrd for BlockSize1024
impl PartialOrd for BlockSize1024
Source§fn partial_cmp(&self, other: &BlockSize1024) -> Option<Ordering>
fn partial_cmp(&self, other: &BlockSize1024) -> Option<Ordering>
impl Copy for BlockSize1024
impl Eq for BlockSize1024
impl StructuralPartialEq for BlockSize1024
Auto Trait Implementations§
impl Freeze for BlockSize1024
impl RefUnwindSafe for BlockSize1024
impl Send for BlockSize1024
impl Sync for BlockSize1024
impl Unpin for BlockSize1024
impl UnwindSafe for BlockSize1024
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<Q, K> Comparable<K> for Qwhere
Q: Ord + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Comparable<K> for Qwhere
Q: Ord + ?Sized,
K: Borrow<Q> + ?Sized,
Source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.