Struct nx::wait::RemoteEvent
source · [−]pub struct RemoteEvent {
pub handle: Handle,
}
Fields
handle: Handle
Implementations
Trait Implementations
sourceimpl Drop for RemoteEvent
impl Drop for RemoteEvent
Auto Trait Implementations
impl RefUnwindSafe for RemoteEvent
impl Send for RemoteEvent
impl Sync for RemoteEvent
impl Unpin for RemoteEvent
impl UnwindSafe for RemoteEvent
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more