pub struct DefRangeFramePointerRelativeFullScopeSymbol {
pub offset: i32,
}Expand description
A frame variable valid in all function scope
Symbol type S_DEFRANGE_FRAMEPOINTER_REL_FULL_SCOPE
Fields§
§offset: i32offset to frame pointer
Trait Implementations§
Source§impl Clone for DefRangeFramePointerRelativeFullScopeSymbol
impl Clone for DefRangeFramePointerRelativeFullScopeSymbol
Source§fn clone(&self) -> DefRangeFramePointerRelativeFullScopeSymbol
fn clone(&self) -> DefRangeFramePointerRelativeFullScopeSymbol
Returns a duplicate 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 PartialEq for DefRangeFramePointerRelativeFullScopeSymbol
impl PartialEq for DefRangeFramePointerRelativeFullScopeSymbol
Source§fn eq(&self, other: &DefRangeFramePointerRelativeFullScopeSymbol) -> bool
fn eq(&self, other: &DefRangeFramePointerRelativeFullScopeSymbol) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFromCtx<'_, u16> for DefRangeFramePointerRelativeFullScopeSymbol
impl TryFromCtx<'_, u16> for DefRangeFramePointerRelativeFullScopeSymbol
impl Copy for DefRangeFramePointerRelativeFullScopeSymbol
impl Eq for DefRangeFramePointerRelativeFullScopeSymbol
impl StructuralPartialEq for DefRangeFramePointerRelativeFullScopeSymbol
Auto Trait Implementations§
impl Freeze for DefRangeFramePointerRelativeFullScopeSymbol
impl RefUnwindSafe for DefRangeFramePointerRelativeFullScopeSymbol
impl Send for DefRangeFramePointerRelativeFullScopeSymbol
impl Sync for DefRangeFramePointerRelativeFullScopeSymbol
impl Unpin for DefRangeFramePointerRelativeFullScopeSymbol
impl UnwindSafe for DefRangeFramePointerRelativeFullScopeSymbol
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