#[repr(u32)]
pub enum RaKeyType {
SK,
MK,
}
Variants
SK
MK
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more