pub struct Read_data_type { /* private fields */ }
Implementations§
Source§impl Read_data_type
impl Read_data_type
pub const fn New(Main: Main_function_type, Stack_size: usize) -> Self
pub const fn New_default() -> [u8; 16]
pub const fn Get_size(&self) -> usize
pub fn Get_main(&self) -> Option<Main_function_type>
pub fn Get_stack_size(&self) -> usize
Trait Implementations§
Source§impl AsMut<[u8]> for Read_data_type
impl AsMut<[u8]> for Read_data_type
Source§impl Debug for Read_data_type
impl Debug for Read_data_type
Source§impl TryFrom<&mut [u8]> for &mut Read_data_type
impl TryFrom<&mut [u8]> for &mut Read_data_type
Auto Trait Implementations§
impl Freeze for Read_data_type
impl RefUnwindSafe for Read_data_type
impl Send for Read_data_type
impl Sync for Read_data_type
impl Unpin for Read_data_type
impl UnwindSafe for Read_data_type
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