Struct planus_cli::codegen::backend_translation::BackendStructField [−][src]
pub struct BackendStructField<F> {
pub offset: u32,
pub size: u32,
pub padding_after_field: u32,
pub info: F,
}Fields
offset: u32size: u32padding_after_field: u32info: FTrait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for BackendStructField<F> where
F: RefUnwindSafe,
impl<F> Send for BackendStructField<F> where
F: Send,
impl<F> Sync for BackendStructField<F> where
F: Sync,
impl<F> Unpin for BackendStructField<F> where
F: Unpin,
impl<F> UnwindSafe for BackendStructField<F> where
F: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
