#[repr(C)]pub struct segmentData_C {
pub address: c_int,
pub size: c_int,
pub data: *mut c_uchar,
}
Fields§
§address: c_int
< Segment start address.
size: c_int
< Memory segment size.
data: *mut c_uchar
< Memory segment data.
Trait Implementations§
Source§impl Clone for segmentData_C
impl Clone for segmentData_C
Source§fn clone(&self) -> segmentData_C
fn clone(&self) -> segmentData_C
Returns a copy 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 segmentData_C
impl Debug for segmentData_C
impl Copy for segmentData_C
Auto Trait Implementations§
impl Freeze for segmentData_C
impl RefUnwindSafe for segmentData_C
impl !Send for segmentData_C
impl !Sync for segmentData_C
impl Unpin for segmentData_C
impl UnwindSafe for segmentData_C
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