#[repr(C, packed)]pub struct BaseName {
pub name: [u8; 32],
}
Fields
name: [u8; 32]
Trait Implementations
impl BytewiseEquality for BaseName
impl ContiguousMemory for BaseName
impl Copy for BaseName
impl Eq for BaseName
impl StructuralEq for BaseName
impl StructuralPartialEq for BaseName
Auto Trait Implementations
impl RefUnwindSafe for BaseName
impl Send for BaseName
impl Sync for BaseName
impl Unpin for BaseName
impl UnwindSafe for BaseName
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