pub enum FieldEntry {
Named([u8; 4], usize),
Reserved(usize),
}Variants§
Auto Trait Implementations§
impl Freeze for FieldEntry
impl RefUnwindSafe for FieldEntry
impl Send for FieldEntry
impl Sync for FieldEntry
impl Unpin for FieldEntry
impl UnsafeUnpin for FieldEntry
impl UnwindSafe for FieldEntry
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