Struct planus_types::intermediate::StructField
source · 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 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