Enum wayland_commons::wire::MessageParseError [−][src]
pub enum MessageParseError { MissingFD, MissingData, Malformed, }
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 nedded to deserialize the message
Malformed
The message is malformed and cannot be parsed
Trait Implementations
impl Debug for MessageParseError
[src]
impl Debug for MessageParseError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for MessageParseError
[src]
impl Clone for MessageParseError
fn clone(&self) -> MessageParseError
[src]
fn clone(&self) -> MessageParseError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for MessageParseError
impl Send for MessageParseError
impl Sync for MessageParseError
impl Sync for MessageParseError