pub struct AmxIdent { /* private fields */ }Expand description
Stable identity of an Amx instance.
Wrapper around the pointer address — does not dereference, safe to keep
as a key in maps or pass between callbacks. To resolve back to an &Amx,
use get.
Trait Implementations§
impl Copy for AmxIdent
impl Eq for AmxIdent
impl StructuralPartialEq for AmxIdent
Auto Trait Implementations§
impl Freeze for AmxIdent
impl RefUnwindSafe for AmxIdent
impl Send for AmxIdent
impl Sync for AmxIdent
impl Unpin for AmxIdent
impl UnsafeUnpin for AmxIdent
impl UnwindSafe for AmxIdent
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