Struct forth3::dictionary::EntryHeader
source · #[repr(C)]pub struct EntryHeader<T: 'static> {
pub name: FaStr,
pub kind: EntryKind,
pub len: u16,
pub _pd: PhantomData<T>,
}
Fields§
§name: FaStr
§kind: EntryKind
§len: u16
§_pd: PhantomData<T>
Auto Trait Implementations§
impl<T> Freeze for EntryHeader<T>
impl<T> RefUnwindSafe for EntryHeader<T>where
T: RefUnwindSafe,
impl<T> !Send for EntryHeader<T>
impl<T> !Sync for EntryHeader<T>
impl<T> Unpin for EntryHeader<T>where
T: Unpin,
impl<T> UnwindSafe for EntryHeader<T>where
T: UnwindSafe,
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