Struct aead::consts::B0 [−][src]
pub struct B0;
The type-level bit 0.
Implementations
Trait Implementations
impl Clone for B0
[src]
impl Clone for B0
[src]pub fn clone(&self) -> B0
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialOrd<B0> for B0
[src]
impl PartialOrd<B0> for B0
[src]impl Copy for B0
[src]
impl Eq for B0
[src]
impl StructuralEq for B0
[src]
impl StructuralPartialEq for B0
[src]
impl Zero for B0
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.