#[repr(u16)]pub enum EventType {
StreamBegin = 0,
Other = 65_535,
}
Expand description
The IDs which are types of user control messages.
Variants correspond to respectively following events:
Patttern | Message Type |
---|---|
StreamBegin | StreamBegin |
Other | other event type |
Variants§
Trait Implementations§
impl Copy for EventType
impl Eq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
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