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