pub struct FieldInfo {
pub name: &'static str,
pub type_id: TypeId,
pub type_name: &'static str,
pub size: usize,
pub is_padding: bool,
}Expand description
Field information structure
Fields§
§name: &'static str§type_id: TypeId§type_name: &'static str§size: usize§is_padding: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for FieldInfo
impl RefUnwindSafe for FieldInfo
impl Send for FieldInfo
impl Sync for FieldInfo
impl Unpin for FieldInfo
impl UnwindSafe for FieldInfo
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