#[repr(C)]pub struct ExecMapping {
pub begin: u64,
pub end: u64,
pub load_bias: u64,
pub shard_id: u8,
pub _pad1: [u8; 3],
pub table_count: u32,
}Fields§
§begin: u64§end: u64§load_bias: u64§shard_id: u8§_pad1: [u8; 3]§table_count: u32Trait Implementations§
Source§impl Clone for ExecMapping
impl Clone for ExecMapping
Source§fn clone(&self) -> ExecMapping
fn clone(&self) -> ExecMapping
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 ExecMapping
impl Debug for ExecMapping
Source§impl PartialEq for ExecMapping
impl PartialEq for ExecMapping
impl Copy for ExecMapping
impl Eq for ExecMapping
impl StructuralPartialEq for ExecMapping
Auto Trait Implementations§
impl Freeze for ExecMapping
impl RefUnwindSafe for ExecMapping
impl Send for ExecMapping
impl Sync for ExecMapping
impl Unpin for ExecMapping
impl UnwindSafe for ExecMapping
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