pub enum UIHData {
User(UserData),
Mux(MuxCommand),
}
Expand description
The data associated with a UIH Frame.
Variants§
Trait Implementations§
Source§impl Encodable for UIHData
impl Encodable for UIHData
type Error = FrameParseError
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the number of bytes necessary to encode |self|.
impl StructuralPartialEq for UIHData
Auto Trait Implementations§
impl Freeze for UIHData
impl RefUnwindSafe for UIHData
impl Send for UIHData
impl Sync for UIHData
impl Unpin for UIHData
impl UnwindSafe for UIHData
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
)