#[repr(u32)]pub enum RaKeyType {
SK = 1,
MK = 2,
}
Variants§
Trait Implementations§
source§impl PartialEq for RaKeyType
impl PartialEq for RaKeyType
impl ContiguousMemory for RaKeyType
impl Copy for RaKeyType
impl Eq for RaKeyType
impl StructuralEq for RaKeyType
impl StructuralPartialEq for RaKeyType
Auto Trait Implementations§
impl RefUnwindSafe for RaKeyType
impl Send for RaKeyType
impl Sync for RaKeyType
impl Unpin for RaKeyType
impl UnwindSafe for RaKeyType
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