#[repr(C)]pub struct r_bin_options_t {
pub pluginname: *const c_char,
pub baseaddr: c_ulonglong,
pub loadaddr: c_ulonglong,
pub sz: c_ulonglong,
pub xtr_idx: c_int,
pub rawstr: c_int,
pub fd: c_int,
pub filename: *const c_char,
}
Fields§
§pluginname: *const c_char
§baseaddr: c_ulonglong
§loadaddr: c_ulonglong
§sz: c_ulonglong
§xtr_idx: c_int
§rawstr: c_int
§fd: c_int
§filename: *const c_char
Trait Implementations§
Source§impl Clone for r_bin_options_t
impl Clone for r_bin_options_t
Source§fn clone(&self) -> r_bin_options_t
fn clone(&self) -> r_bin_options_t
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 r_bin_options_t
impl Debug for r_bin_options_t
impl Copy for r_bin_options_t
Auto Trait Implementations§
impl Freeze for r_bin_options_t
impl RefUnwindSafe for r_bin_options_t
impl !Send for r_bin_options_t
impl !Sync for r_bin_options_t
impl Unpin for r_bin_options_t
impl UnwindSafe for r_bin_options_t
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