pub struct UEvent { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UEvent
impl RefUnwindSafe for UEvent
impl Send for UEvent
impl Sync for UEvent
impl Unpin for UEvent
impl UnwindSafe for UEvent
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