#[repr(C, packed(1))]pub struct BaseName {
pub name: [u8; 32],
}
Fields§
§name: [u8; 32]
Trait Implementations§
source§impl PartialEq for BaseName
impl PartialEq for BaseName
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§
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