#[repr(C)]pub struct M3DataSegment {
pub initExpr: *const u8_,
pub data: *const u8_,
pub initExprSize: u32_,
pub memoryRegion: u32_,
pub size: u32_,
}Fields§
§initExpr: *const u8_§data: *const u8_§initExprSize: u32_§memoryRegion: u32_§size: u32_Trait Implementations§
Source§impl Clone for M3DataSegment
impl Clone for M3DataSegment
Source§fn clone(&self) -> M3DataSegment
fn clone(&self) -> M3DataSegment
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 moreimpl Copy for M3DataSegment
Auto Trait Implementations§
impl Freeze for M3DataSegment
impl RefUnwindSafe for M3DataSegment
impl !Send for M3DataSegment
impl !Sync for M3DataSegment
impl Unpin for M3DataSegment
impl UnwindSafe for M3DataSegment
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