#[repr(C)]pub struct AsiBlockExecuteInfo {
pub header: AsiStructureHeader,
pub name: [c_char; 64],
pub params: [c_char; 2048],
}Fields§
§header: AsiStructureHeader§name: [c_char; 64]§params: [c_char; 2048]Implementations§
§impl AsiBlockExecuteInfo
impl AsiBlockExecuteInfo
Trait Implementations§
Source§impl Clone for AsiBlockExecuteInfo
impl Clone for AsiBlockExecuteInfo
Source§fn clone(&self) -> AsiBlockExecuteInfo
fn clone(&self) -> AsiBlockExecuteInfo
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 AsiBlockExecuteInfo
impl Debug for AsiBlockExecuteInfo
Source§impl Default for AsiBlockExecuteInfo
impl Default for AsiBlockExecuteInfo
§impl Display for AsiBlockExecuteInfo
impl Display for AsiBlockExecuteInfo
impl Copy for AsiBlockExecuteInfo
Auto Trait Implementations§
impl Freeze for AsiBlockExecuteInfo
impl RefUnwindSafe for AsiBlockExecuteInfo
impl !Send for AsiBlockExecuteInfo
impl !Sync for AsiBlockExecuteInfo
impl Unpin for AsiBlockExecuteInfo
impl UnwindSafe for AsiBlockExecuteInfo
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