Struct nx::wait::SystemEvent
source · [−]Fields
server_handle: Handle
client_handle: Handle
Implementations
Trait Implementations
sourceimpl Drop for SystemEvent
impl Drop for SystemEvent
Auto Trait Implementations
impl RefUnwindSafe for SystemEvent
impl Send for SystemEvent
impl Sync for SystemEvent
impl Unpin for SystemEvent
impl UnwindSafe for SystemEvent
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