pub struct EventSchema {
pub id: u16,
}Expand description
Event definition with ID.
Fields§
§id: u16Assigned event ID (1-65534).
Trait Implementations§
Source§impl Clone for EventSchema
impl Clone for EventSchema
Source§fn clone(&self) -> EventSchema
fn clone(&self) -> EventSchema
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EventSchema
impl RefUnwindSafe for EventSchema
impl Send for EventSchema
impl Sync for EventSchema
impl Unpin for EventSchema
impl UnwindSafe for EventSchema
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