pub struct StructField {
    pub src: HighLevelExpressionIndex,
    pub offset: u64,
    pub member_index: Option<usize>,
}Fields§
§src: HighLevelExpressionIndex§offset: u64§member_index: Option<usize>Trait Implementations§
source§impl Clone for StructField
 
impl Clone for StructField
source§fn clone(&self) -> StructField
 
fn clone(&self) -> StructField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for StructField
 
impl Debug for StructField
impl Copy for StructField
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