pub struct AsmResult {
pub size: u32,
pub stat_count: u32,
pub bytes: Vec<u8>,
}
Fields§
§size: u32
§stat_count: u32
§bytes: Vec<u8>
Trait Implementations§
impl StructuralPartialEq for AsmResult
Auto Trait Implementations§
impl Freeze for AsmResult
impl RefUnwindSafe for AsmResult
impl Send for AsmResult
impl Sync for AsmResult
impl Unpin for AsmResult
impl UnwindSafe for AsmResult
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