Struct move_model::model::FieldEnv
source · [−]pub struct FieldEnv<'env> {
pub struct_env: StructEnv<'env>,
/* private fields */
}
Fields
struct_env: StructEnv<'env>
Reference to enclosing struct.
Implementations
sourceimpl<'env> FieldEnv<'env>
impl<'env> FieldEnv<'env>
sourcepub fn get_identifier(&'env self) -> Option<Identifier>
pub fn get_identifier(&'env self) -> Option<Identifier>
Returns the VM identifier for this field
sourcepub fn get_offset(&self) -> usize
pub fn get_offset(&self) -> usize
Get field offset.
Trait Implementations
Auto Trait Implementations
impl<'env> !RefUnwindSafe for FieldEnv<'env>
impl<'env> !Send for FieldEnv<'env>
impl<'env> !Sync for FieldEnv<'env>
impl<'env> Unpin for FieldEnv<'env>
impl<'env> !UnwindSafe for FieldEnv<'env>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more