pub struct StructField {
pub type_: SimpleType,
pub offset: u32,
pub size: u32,
pub padding_after_field: u32,
pub docstrings: Docstrings,
}Fields§
§type_: SimpleType§offset: u32§size: u32§padding_after_field: u32§docstrings: DocstringsTrait Implementations§
Auto Trait Implementations§
impl Freeze for StructField
impl RefUnwindSafe for StructField
impl Send for StructField
impl Sync for StructField
impl Unpin for StructField
impl UnwindSafe for StructField
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