pub struct ArgumentLocationJson {
pub class: String,
pub register_index: Option<usize>,
pub stack_offset: Option<usize>,
pub size: usize,
}Expand description
Argument location information
Fields§
§class: String§register_index: Option<usize>§stack_offset: Option<usize>§size: usizeTrait Implementations§
Source§impl Debug for ArgumentLocationJson
impl Debug for ArgumentLocationJson
Source§impl<'de> Deserialize<'de> for ArgumentLocationJson
impl<'de> Deserialize<'de> for ArgumentLocationJson
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ArgumentLocationJson
impl RefUnwindSafe for ArgumentLocationJson
impl Send for ArgumentLocationJson
impl Sync for ArgumentLocationJson
impl Unpin for ArgumentLocationJson
impl UnsafeUnpin for ArgumentLocationJson
impl UnwindSafe for ArgumentLocationJson
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