pub struct BlockSize512;Trait Implementations§
Source§impl BlockSize for BlockSize512
impl BlockSize for BlockSize512
Source§impl Clone for BlockSize512
impl Clone for BlockSize512
Source§fn clone(&self) -> BlockSize512
fn clone(&self) -> BlockSize512
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 BlockSize512
impl ConstantBlockSize for BlockSize512
Source§impl Debug for BlockSize512
impl Debug for BlockSize512
Source§impl HasNextBlockSize for BlockSize512
impl HasNextBlockSize for BlockSize512
Source§impl Hash for BlockSize512
impl Hash for BlockSize512
Source§impl Ord for BlockSize512
impl Ord for BlockSize512
Source§impl PartialEq for BlockSize512
impl PartialEq for BlockSize512
Source§impl PartialOrd for BlockSize512
impl PartialOrd for BlockSize512
Source§fn partial_cmp(&self, other: &BlockSize512) -> Option<Ordering>
fn partial_cmp(&self, other: &BlockSize512) -> Option<Ordering>
impl Copy for BlockSize512
impl Eq for BlockSize512
impl StructuralPartialEq for BlockSize512
Auto Trait Implementations§
impl Freeze for BlockSize512
impl RefUnwindSafe for BlockSize512
impl Send for BlockSize512
impl Sync for BlockSize512
impl Unpin for BlockSize512
impl UnwindSafe for BlockSize512
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.