#[repr(C)]pub struct ConfigId {
pub id: [u8; 64],
}
Fields
id: [u8; 64]
Trait Implementations
impl BytewiseEquality for ConfigId
impl ContiguousMemory for ConfigId
impl Copy for ConfigId
Auto Trait Implementations
impl RefUnwindSafe for ConfigId
impl Send for ConfigId
impl Sync for ConfigId
impl Unpin for ConfigId
impl UnwindSafe for ConfigId
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