#[repr(C)]pub struct IdaxLoaderLoadFlags {Show 13 fields
pub create_segments: c_int,
pub load_resources: c_int,
pub rename_entries: c_int,
pub manual_load: c_int,
pub fill_gaps: c_int,
pub create_import_segment: c_int,
pub first_file: c_int,
pub binary_code_segment: c_int,
pub reload: c_int,
pub auto_flat_group: c_int,
pub mini_database: c_int,
pub loader_options_dialog: c_int,
pub load_all_segments: c_int,
}Fields§
§create_segments: c_int§load_resources: c_int§rename_entries: c_int§manual_load: c_int§fill_gaps: c_int§create_import_segment: c_int§first_file: c_int§binary_code_segment: c_int§reload: c_int§auto_flat_group: c_int§mini_database: c_int§loader_options_dialog: c_int§load_all_segments: c_intTrait Implementations§
Source§impl Clone for IdaxLoaderLoadFlags
impl Clone for IdaxLoaderLoadFlags
Source§fn clone(&self) -> IdaxLoaderLoadFlags
fn clone(&self) -> IdaxLoaderLoadFlags
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 Debug for IdaxLoaderLoadFlags
impl Debug for IdaxLoaderLoadFlags
Source§impl Default for IdaxLoaderLoadFlags
impl Default for IdaxLoaderLoadFlags
Source§fn default() -> IdaxLoaderLoadFlags
fn default() -> IdaxLoaderLoadFlags
Returns the “default value” for a type. Read more
impl Copy for IdaxLoaderLoadFlags
Auto Trait Implementations§
impl Freeze for IdaxLoaderLoadFlags
impl RefUnwindSafe for IdaxLoaderLoadFlags
impl Send for IdaxLoaderLoadFlags
impl Sync for IdaxLoaderLoadFlags
impl Unpin for IdaxLoaderLoadFlags
impl UnsafeUnpin for IdaxLoaderLoadFlags
impl UnwindSafe for IdaxLoaderLoadFlags
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