#[repr(C)]pub struct Master {
pub ptr: *const u8,
pub image_size: usize,
pub segment_size: usize,
pub offset: usize,
}Fields§
§ptr: *const u8Pointer to initial data
image_size: usizeLength of initial data in bytes
segment_size: usize§offset: usizeOffset in TLS to copy initial data to
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Master
impl RefUnwindSafe for Master
impl !Send for Master
impl !Sync for Master
impl Unpin for Master
impl UnsafeUnpin for Master
impl UnwindSafe for Master
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