Enum lief::dwarf::parameters::Location
pub enum Location<'a> {
Register(RegisterLocation<'a>),
}
Expand description
Enum that represents the different type of locations for a parameters
Variants§
Register(RegisterLocation<'a>)
Register location (e.g. r8, x13
)
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Location<'a>
impl<'a> !Send for Location<'a>
impl<'a> !Sync for Location<'a>
impl<'a> Unpin for Location<'a>
impl<'a> UnwindSafe for Location<'a>
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