Enum wayland_commons::wire::MessageParseError
source · pub enum MessageParseError {
MissingFD,
MissingData,
Malformed,
}
Expand description
Error generated when trying to deserialize a message from buffers
Variants§
MissingFD
The message references a FD but the buffer FD is empty
MissingData
More data is needed to deserialize the message
Malformed
The message is malformed and cannot be parsed
Trait Implementations§
source§impl Clone for MessageParseError
impl Clone for MessageParseError
source§fn clone(&self) -> MessageParseError
fn clone(&self) -> MessageParseError
Returns a copy 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 more