#[repr(C)]pub struct KeyId {
pub id: [u8; 32],
}
Fields
id: [u8; 32]
Trait Implementations
impl BytewiseEquality for KeyId
impl ContiguousMemory for KeyId
impl Copy for KeyId
impl Eq for KeyId
impl StructuralEq for KeyId
impl StructuralPartialEq for KeyId
Auto Trait Implementations
impl RefUnwindSafe for KeyId
impl Send for KeyId
impl Sync for KeyId
impl Unpin for KeyId
impl UnwindSafe for KeyId
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more