#[repr(C, packed(1))]pub struct AMX_FUNCSTUB {
pub address: u32,
pub name: [i8; 20],
}Expand description
Public/native function stub inside the .amx. Layout with inline name (20 bytes).
Fields§
§address: u32§name: [i8; 20]Auto Trait Implementations§
impl Freeze for AMX_FUNCSTUB
impl RefUnwindSafe for AMX_FUNCSTUB
impl Send for AMX_FUNCSTUB
impl Sync for AMX_FUNCSTUB
impl Unpin for AMX_FUNCSTUB
impl UnsafeUnpin for AMX_FUNCSTUB
impl UnwindSafe for AMX_FUNCSTUB
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