#[repr(u8)]pub enum KeyLen {
_256BITS = 0,
_128BITS = 1,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for KeyLen
impl Ord for KeyLen
Source§impl PartialOrd for KeyLen
impl PartialOrd for KeyLen
impl Copy for KeyLen
impl Eq for KeyLen
impl StructuralPartialEq for KeyLen
Auto Trait Implementations§
impl Freeze for KeyLen
impl RefUnwindSafe for KeyLen
impl Send for KeyLen
impl Sync for KeyLen
impl Unpin for KeyLen
impl UnwindSafe for KeyLen
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)