pub struct ParseFunctionOptions {
pub thumb: Option<bool>,
}Fields§
§thumb: Option<bool>Whether the function is in Thumb or ARM mode, or None if it should be detected automatically.
Trait Implementations§
Source§impl Default for ParseFunctionOptions
impl Default for ParseFunctionOptions
Source§fn default() -> ParseFunctionOptions
fn default() -> ParseFunctionOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParseFunctionOptions
impl RefUnwindSafe for ParseFunctionOptions
impl Send for ParseFunctionOptions
impl Sync for ParseFunctionOptions
impl Unpin for ParseFunctionOptions
impl UnwindSafe for ParseFunctionOptions
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