pub struct AntiCheatServer(/* private fields */);Implementations§
Source§impl AntiCheatServer
impl AntiCheatServer
pub fn raw_handle(&self) -> EOS_HAntiCheatServer
Auto Trait Implementations§
impl Freeze for AntiCheatServer
impl RefUnwindSafe for AntiCheatServer
impl !Send for AntiCheatServer
impl !Sync for AntiCheatServer
impl Unpin for AntiCheatServer
impl UnsafeUnpin for AntiCheatServer
impl UnwindSafe for AntiCheatServer
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