Struct aead::consts::B1 [−][src]
pub struct B1;
The type-level bit 1.
Implementations
Trait Implementations
impl Clone for B1
[src]
impl Clone for B1
[src]pub fn clone(&self) -> B1
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialOrd<B1> for B1
[src]
impl PartialOrd<B1> for B1
[src]impl Copy for B1
[src]
impl Eq for B1
[src]
impl NonZero for B1
[src]
impl PowerOfTwo for B1
[src]
impl StructuralEq for B1
[src]
impl StructuralPartialEq for B1
[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.