pub struct EventId(pub u64);
Expand description
Strongly typed wrapper around a display driver event ID.
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl From<EventId> for EventId
impl From<EventId> for EventId
Source§fn from(fidl_event_id: FidlEventId) -> Self
fn from(fidl_event_id: FidlEventId) -> Self
Converts to this type from the input type.
impl Copy for EventId
impl Eq for EventId
impl StructuralPartialEq for EventId
Auto Trait Implementations§
impl Freeze for EventId
impl RefUnwindSafe for EventId
impl Send for EventId
impl Sync for EventId
impl Unpin for EventId
impl UnwindSafe for EventId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)