pub struct DriverEventCallbackId(/* private fields */);Expand description
Identifies a driver event callback registered via Driver::add_event_callback.
Trait Implementations§
Source§impl Clone for DriverEventCallbackId
impl Clone for DriverEventCallbackId
Source§fn clone(&self) -> DriverEventCallbackId
fn clone(&self) -> DriverEventCallbackId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DriverEventCallbackId
Source§impl Debug for DriverEventCallbackId
impl Debug for DriverEventCallbackId
impl Eq for DriverEventCallbackId
Source§impl PartialEq for DriverEventCallbackId
impl PartialEq for DriverEventCallbackId
Source§fn eq(&self, other: &DriverEventCallbackId) -> bool
fn eq(&self, other: &DriverEventCallbackId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DriverEventCallbackId
Auto Trait Implementations§
impl Freeze for DriverEventCallbackId
impl RefUnwindSafe for DriverEventCallbackId
impl Send for DriverEventCallbackId
impl Sync for DriverEventCallbackId
impl Unpin for DriverEventCallbackId
impl UnsafeUnpin for DriverEventCallbackId
impl UnwindSafe for DriverEventCallbackId
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